Browse Source

feat(types): 测试

lipk 2 years ago
parent
commit
fe1a7e99a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/src/interface/generalSetting.ts

+ 1 - 1
types/src/interface/generalSetting.ts

@@ -1,7 +1,7 @@
 export interface IWorkbench {
   earlyWarningDays: number;
   emergencyDays: number;
-  profile?: { matterListID: string; matterID: string }[];
+  profile?: Array<{ matterListID: string; matterID: string }>;
 }
 
 export interface IDowntimeAnnouncement {