mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
4 lines
144 B
Go
4 lines
144 B
Go
export declare const FILE_ROOT = "~";
|
|
export declare const FILE_UPLOAD_MODE_FILES = "files";
|
|
export declare const FILE_UPLOAD_MODE_DIR = "dir";
|