mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
6 lines
302 B
TypeScript
6 lines
302 B
TypeScript
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;
|
|
export declare const isAllowedRoutePath: (path: string) => boolean;
|