/** * New script command constants. Contains messages for the new script command. */ const DOWNLOADING_EXAMPLE_SCRIPT_MESSAGE = "Downloading example script..."; const SCRIPT_DOWNLOADED_SUCCESSFULLY_MESSAGE = "Script downloaded successfully"; const CHOOSE_SCRIPT_TYPE_MESSAGE = "Choose the type of template script (sync or async)"; const DOWNLOADING_SCRIPT_MESSAGE = "Downloading script..."; export { DOWNLOADING_EXAMPLE_SCRIPT_MESSAGE, SCRIPT_DOWNLOADED_SUCCESSFULLY_MESSAGE, CHOOSE_SCRIPT_TYPE_MESSAGE, DOWNLOADING_SCRIPT_MESSAGE, };