mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
5 lines
234 B
Go
5 lines
234 B
Go
export declare const getToken: () => string | null;
|
|
export declare const setToken: (token: string) => void;
|
|
export declare const isAllowedAction: (target: string, action: string) => boolean;
|
|
export declare const isPro: () => boolean;
|