Преглед изворни кода

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 {