@mondaycom/apps-cli
Version:
A cli tool to manage apps (and monday-code projects) in monday.com
9 lines (8 loc) • 333 B
JavaScript
export var StreamLogType;
(function (StreamLogType) {
StreamLogType["HTTP"] = "http";
StreamLogType["HTTP_HISTORY"] = "http-history";
StreamLogType["CONSOLE"] = "console";
StreamLogType["CONSOLE_HISTORY"] = "console-history";
StreamLogType["DISCONNECT"] = "disconnect";
})(StreamLogType || (StreamLogType = {}));