Type alias MyLogLevelTags

MyLogLevelTags: {
    [k in keyof typeof myLogLevels]: string
}