Prechádzať zdrojové kódy

feat(types): 编办添加适用文件类型

zhangweicheng 3 rokov pred
rodič
commit
fd08073573
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      types/src/interface/compilation.ts

+ 2 - 1
types/src/interface/compilation.ts

@@ -1,4 +1,4 @@
-import { TaxType, IGLJCol } from './project';
+import { TaxType, IGLJCol, FileType } from './project';
 import { IFileRef, INumFileRef } from './base';
 import { IBillOption } from './bill';
 
@@ -57,6 +57,7 @@ export interface IValuation {
   enable: boolean;
   ID: string;
   name: string;
+  fileTypes?: FileType[];
 }
 
 export enum versionType {