export type DeepPartial = { [P in keyof T]?: T[P] | (T[P] extends Array ? Array> : DeepPartial); }; //# sourceMappingURL=types.d.ts.map