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