StringMap<T>: {
    [K in keyof T]: `${T[K]}`
}

Type Parameters