UNPKG

@mondaycom/apps-cli

Version:

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

12 lines (11 loc) 261 B
export declare enum StreamLogType { HTTP = "http", HTTP_HISTORY = "http-history", CONSOLE = "console", CONSOLE_HISTORY = "console-history", DISCONNECT = "disconnect" } export type StreamMessage = { data: any; type: StreamLogType; };