UNPKG

@mondaycom/apps-cli

Version:

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

9 lines (8 loc) 285 B
import { BaseCommand } from './base-command.js'; export declare abstract class AuthenticatedCommand extends BaseCommand { init(): Promise<void>; protected catch(err: Error & { exitCode?: number; }): any; protected finally(_: Error | undefined): Promise<any>; }