export declare type GeneralObject = { [key: string]: T; }; export declare type GeneralObjectOrValue = T | GeneralObject;