From 6e3dff485788426e94b7fad0edb1717e3f0c9f40 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 14 十一月 2024 11:24:06 +0800 Subject: [PATCH] selfAdapt --- src/utils/types.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/utils/types.ts b/src/utils/types.ts index bfa959a..a635b41 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -22,4 +22,6 @@ */ export type DeepPartial<T> = T extends object ? { [P in keyof T]?: DeepPartial<T[P]>; -} : T; \ No newline at end of file +} : T; + + -- Gitblit v1.9.3