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