drapcode-constant
Version:
Drapcode Constants
14 lines (13 loc) • 1.09 kB
TypeScript
export declare const PROJECT_NOT_FOUND = "Project not found.";
export declare const PROJECT_CONSTANT_ALREADY_EXISTS = "A constant with this name already exists.";
export declare const PROJECT_ENVIRONMENT_ALREADY_EXISTS = "A environment with this name already exists.";
export declare const PROJECT_ENVIRONMENT_TYPE_ALREADY_EXISTS = "A environment with this type already exists.";
export declare const PROJECT_CSS_ALREADY_EXISTS = "A CSS Class with this name already exists.";
export declare const PROJECT_CSS_URL_ALREADY_EXISTS = "A CSS URL already exists.";
export declare const FILE_NOT_FOUND = "File not found";
export declare const CSS_URL_TAG_ALREADY_EXISTS = "A CSS URL/Link Tag already exists.";
export declare const JS_URL_TAG_ALREADY_EXISTS = "A JavaScript URL/Script Tag already exists.";
export declare const ENVIRONMENT_NOT_FOUND = "Environment not found.";
export declare const CONSTANT_NOT_FUND = "Constant not found.";
export declare const PROJECT_THEME_ALREADY_EXISTS = "Project already has a theme.";
export declare const CUSTOM_THEME_NOT_FUND = "Custom Theme not Found";