浏览代码

feat(types): 修改IFileRef

zhangweicheng 4 年之前
父节点
当前提交
7ea60697c7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {