wujingjing
2024-12-10 6d5277904cd93216154d1ae8d8d452ff01725c55
src/utils/types.ts
@@ -22,4 +22,6 @@
 */
export type DeepPartial<T> = T extends object ? {
    [P in keyof T]?: DeepPartial<T[P]>;
} : T;
} : T;