Explorar o código

refactor(types): 调整file类型

vian %!s(int64=5) %!d(string=hai) anos
pai
achega
15e73a4be8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      types/src/interface/base.ts

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

@@ -19,11 +19,13 @@ export interface ITreeScm {
 export interface IFileRef {
   ID: string;
   name: string;
+  type?: number;
 }
 
 export interface INumFileRef {
   ID: number;
   name: string;
+  type?: number;
   isDefault?: boolean;
 }