Explorar o código

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

lishihao %!s(int64=4) %!d(string=hai) anos
pai
achega
073ad0776b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      types/src/interface/share.ts

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

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