export type NestedRequired = { [P in keyof T]-?: NestedRequired; }; export type NestedPartial = { [P in keyof T]?: NestedPartial; }; //# sourceMappingURL=type.d.ts.map