Explorar o código

feat(types): add IBulkShare

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