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