소스 검색

feat(types): 模板文件类型定义

lipk 3 년 전
부모
커밋
4264f9ce56
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      types/src/interface/matter.ts

+ 2 - 4
types/src/interface/matter.ts

@@ -86,10 +86,8 @@ export interface IGatherYsProfileTemplate extends IYsProfileTemplate {
   matterID?: string;
   matterListID?: string;
   approvalID?: string;
-  createdBy?: {
-    userID: string;
-    userName: string;
-  };
+  creatorId: string;
+  creatorName: string;
 }
 
 export interface IDynamicStep {