♻️Added one more testcase
This commit is contained in:
committed by
ericlinagora
parent
f228e07373
commit
14864ab60c
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user