UNPKG

@mondaycom/apps-cli

Version:

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

7 lines (6 loc) 253 B
export var ManifestHostingType; (function (ManifestHostingType) { ManifestHostingType["Upload"] = "upload"; ManifestHostingType["Github"] = "github"; ManifestHostingType["Url"] = "url"; })(ManifestHostingType || (ManifestHostingType = {}));