Browse Source

fix(types): 新增是否允许拷贝的type

lishihao 4 years ago
parent
commit
073ad0776b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      types/src/interface/share.ts

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

@@ -247,6 +247,8 @@ export interface IReceivedShareProject {
   enterpriseID?: string;
   enterpriseID?: string;
   // 分享项目来自的企业名称
   // 分享项目来自的企业名称
   enterpriseName?: string;
   enterpriseName?: string;
+  // 是否允许拷贝
+  allowCopy?: boolean;
 }
 }
 
 
 // 分享库指定用户
 // 分享库指定用户