fix: Delete collection exports (#2595)

This commit is contained in:
Saumya Pandey
2021-10-07 09:38:45 +05:30
committed by GitHub
parent be905a6993
commit 81718c8ee1
12 changed files with 204 additions and 23 deletions

View File

@@ -132,7 +132,7 @@ export type CollectionExportAllEvent = {
};
export type FileOperationEvent = {
name: "fileOperations.update",
name: "fileOperations.update" | "fileOperation.delete",
teamId: string,
actorId: string,
data: {