Explorar o código

feat(types): 分享调整

vian %!s(int64=4) %!d(string=hai) anos
pai
achega
553fbbf8c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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[];
 }