Pārlūkot izejas kodu

feat(types): 分享调整

vian 5 gadi atpakaļ
vecāks
revīzija
553fbbf8c4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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[];
 }