mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
Add cookie and type enums.
This commit is contained in:
@@ -5,4 +5,25 @@ export enum Constant {
|
||||
apiNoResponse = "No response from server",
|
||||
apiBadRequest = "Bad request",
|
||||
apiInternalError = "Internal server error",
|
||||
|
||||
cookiePassword = "next-gdrive-password",
|
||||
cookieMaster = "x-gdrive-key",
|
||||
|
||||
type_folder = "Folder",
|
||||
type_3d = "3D Model",
|
||||
type_audio = "Audio",
|
||||
type_archive = "Archive",
|
||||
type_rich_text = "Document",
|
||||
type_officeWord = "Document",
|
||||
type_officeExcel = "Document",
|
||||
type_officePowerPoint = "Document",
|
||||
type_pdf = "Document",
|
||||
type_database = "Database",
|
||||
type_image = "Image",
|
||||
type_code = "Code",
|
||||
type_text = "Text",
|
||||
type_video = "Video",
|
||||
type_font = "Font",
|
||||
type_default = "Unknown",
|
||||
type_binary = "Binary",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user