|
|
@@ -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 {
|