🍄 Separate trash for the personal and shared drive (#189)

This commit is contained in:
Montassar Ghanmy
2023-10-06 17:05:07 +01:00
committed by GitHub
parent f0dcf34bbe
commit edfd765d57
34 changed files with 440 additions and 185 deletions
@@ -29,6 +29,7 @@ export class DriveFileMockClass {
access_info: MockAccessInformation;
creator: string;
is_directory: boolean;
scope: "personal" | "shared";
created_by: Record<string, any>;
shared_by: Record<string, any>;
}