浏览代码

feat(types): 分享调整

vian 5 年之前
父节点
当前提交
553fbbf8c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      types/src/interface/share.ts

+ 1 - 1
types/src/interface/share.ts

@@ -73,7 +73,7 @@ export interface IDelShare {
 
 export interface IBulkShare {
   update?: IUpdateShare[];
-  create?: ICreatShare[];
+  create?: { ID: string; docs: ICreatShare[] };
   remove?: IDelShare[];
 }