vian 5 лет назад
Родитель
Сommit
9f19651a31
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      types/src/interface/share.ts

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

@@ -55,3 +55,9 @@ export interface IDelShare {
   filter: { projectID?: string; compilationID?: string };
   type: ShareType;
 }
+
+export interface IBulkShare {
+  update?: IUpdateShare[];
+  create?: ICreatShare[];
+  remove?: IDelShare[];
+}