UNPKG

@mondaycom/apps-cli

Version:

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

11 lines (10 loc) 295 B
import * as ngrok from '@ngrok/ngrok'; import { AppId } from '../general/index.js'; export type TunnelCommandTasksContext = { appId: AppId | undefined; tunnelPort: number; authToken?: string; tunnelDomain?: string; forwardingAddress?: string; tunnel?: ngrok.Listener; };