mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
8 lines
251 B
TypeScript
8 lines
251 B
TypeScript
export const ACTION_ADD = 'add';
|
|
export const ACTION_VIEW = 'view';
|
|
export const ACTION_EDIT = 'edit';
|
|
export const ACTION_CLONE = 'clone';
|
|
export const ACTION_DELETE = 'delete';
|
|
export const ACTION_RUN = 'run';
|
|
export const ACTION_CANCEL = 'cancel';
|