Explorar o código

feat(types): 修改IFileRef

zhangweicheng %!s(int64=4) %!d(string=hai) anos
pai
achega
7ea60697c7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/base.ts

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

@@ -22,6 +22,7 @@ export interface IFileRef {
   ID: string;
   name: string;
   type?: number;
+  isDefault?: boolean;
 }
 
 export interface INumFileRef {