♻️Added one more testcase

This commit is contained in:
Anton SHEPILOV
2024-05-27 17:32:40 +02:00
committed by ericlinagora
parent f228e07373
commit 14864ab60c
3 changed files with 42 additions and 3 deletions
@@ -28,7 +28,7 @@ export type DriveItemDetails = {
export type BrowseDetails = DriveItemDetails & { nextPage: Paginable };
export type DriveFileAccessLevel = "read" | "write" | "manage";
export type publicAccessLevel = "write" | "read" | "none";
export type publicAccessLevel = "write" | "read" | "none" | "manage";
export type RootType = "root";
export type TrashType = "trash";