export type LocalizedMap = { [key: string]: T; }; export type LocalizedTexts = LocalizedMap;