export type TIndexableObject = { [key: string]: any; }; export default TIndexableObject;