UNPKG

forest-cli

Version:

The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.

16 lines 475 B
export = UnableToCreateApplicationTokenError; declare class UnableToCreateApplicationTokenError extends ForestCLIError { /** * @param {{ * reason?: string; * possibleSolution?: string * }} [options] */ constructor(options?: { reason?: string; possibleSolution?: string; }); name: string; } import ForestCLIError = require("../forest-cli-error"); //# sourceMappingURL=unable-to-create-application-token-error.d.ts.map