UNPKG

@mondaycom/apps-cli

Version:

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

8 lines (7 loc) 266 B
import { BaseError } from './base-error.js'; import { ErrorParams } from '../types/errors/index.js'; export declare class AuthenticationError extends BaseError { message: string; params: ErrorParams; constructor(message: string, params?: ErrorParams); }