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