UNPKG

@mondaycom/apps-cli

Version:

A cli tool to manage apps (and monday-code projects) in monday.com

8 lines (7 loc) 305 B
export var APP_VERSION_STATUS; (function (APP_VERSION_STATUS) { APP_VERSION_STATUS["DRAFT"] = "draft"; APP_VERSION_STATUS["LIVE"] = "live"; APP_VERSION_STATUS["DEPRECATED"] = "deprecated"; APP_VERSION_STATUS["PROMOTING"] = "promoting"; })(APP_VERSION_STATUS || (APP_VERSION_STATUS = {}));