export type NestedObject = { [key: string]: NestedObject | T; }; //# sourceMappingURL=NestedObject.d.ts.map