mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-26 17:49:15 +01:00
13 lines
698 B
TypeScript
13 lines
698 B
TypeScript
export declare const PLUGIN_UI_COMPONENT_TYPE_VIEW = "view";
|
|
export declare const PLUGIN_UI_COMPONENT_TYPE_TAB = "tab";
|
|
export declare const PLUGIN_DEPLOY_MODE_MASTER = "master";
|
|
export declare const PLUGIN_DEPLOY_MODE_ALL = "all";
|
|
export declare const PLUGIN_STATUS_INSTALLING = "installing";
|
|
export declare const PLUGIN_STATUS_INSTALL_ERROR = "install_error";
|
|
export declare const PLUGIN_STATUS_STOPPED = "stopped";
|
|
export declare const PLUGIN_STATUS_RUNNING = "running";
|
|
export declare const PLUGIN_STATUS_ERROR = "error";
|
|
export declare const PLUGIN_INSTALL_TYPE_PUBLIC = "public";
|
|
export declare const PLUGIN_INSTALL_TYPE_GIT = "git";
|
|
export declare const PLUGIN_INSTALL_TYPE_LOCAL = "local";
|