UNPKG

@mondaycom/apps-cli

Version:

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

8 lines (7 loc) 257 B
export var HttpMethodTypes; (function (HttpMethodTypes) { HttpMethodTypes["POST"] = "post"; HttpMethodTypes["GET"] = "get"; HttpMethodTypes["DELETE"] = "delete"; HttpMethodTypes["PUT"] = "put"; })(HttpMethodTypes || (HttpMethodTypes = {}));