UNPKG

@mondaycom/apps-cli

Version:

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

7 lines (6 loc) 142 B
export declare enum APP_VERSION_STATUS { DRAFT = "draft", LIVE = "live", DEPRECATED = "deprecated", PROMOTING = "promoting" }