vian пре 4 година
родитељ
комит
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[];
 }