UNPKG

@mondaycom/apps-cli

Version:

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

7 lines (6 loc) 165 B
import { Command } from '@oclif/core'; export type PrintCommandContext = { command: Command; flags?: Record<string, any>; args?: Record<string, any>; };