export type DeepPartial = { [P in keyof T]?: T[P] extends object ? DeepPartial : T[P]; }; //# sourceMappingURL=util.d.ts.map