mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-23 17:31:11 +01:00
7 lines
409 B
Go
7 lines
409 B
Go
export declare const getPriorityLabel: (priority: number) => string;
|
|
export declare const isCancellable: (status?: TaskStatus) => boolean;
|
|
export declare const getModeOptions: () => SelectOption[];
|
|
export declare const getModeOptionsDict: () => Map<string, SelectOption>;
|
|
export declare const getStatusOptions: () => SelectOption[];
|
|
export declare const getStatusOptionsDict: () => Map<string, SelectOption>;
|