UNPKG

@mondaycom/apps-cli

Version:

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

5 lines (4 loc) 386 B
import { LogType, LogsFilterCriteriaArguments } from '../types/commands/logs.js'; import { Region } from '../types/general/region.js'; import { ClientChannel } from '../types/services/notification-service.js'; export declare const logsStream: (appVersionId: number, logsType: LogType, logsFilterCriteria?: LogsFilterCriteriaArguments | null, region?: Region) => Promise<ClientChannel>;