Browse Source

feat(types): ys及gatherProfileTemlate增加一些字段

laiguoran 3 years atrás
parent
commit
71c8e266a3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      types/src/interface/matter.ts

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

@@ -43,6 +43,8 @@ export interface IYsProfileTemplate {
   required: boolean;
   folder: boolean;
   mode: string[];
+  selectMode: string;
+  fileNum: number;
 }
 
 export interface IGatherYsProfileTemplate extends IYsProfileTemplate {