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