mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
4 lines
135 B
TypeScript
4 lines
135 B
TypeScript
export declare const ROLE_ADMIN = "admin";
|
|
export declare const ROLE_NORMAL = "normal";
|
|
export declare const USERNAME_ADMIN = "admin";
|