export type ObjectFromList, V = string> = { [K in T extends ReadonlyArray ? U : never]: V; };