Przeglądaj źródła

feat(types): 修改IFileRef

zhangweicheng 4 lat temu
rodzic
commit
7ea60697c7
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {