UNPKG

forest-cli

Version:

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

13 lines 396 B
export = IncompatibleLianaForUpdateError; declare class IncompatibleLianaForUpdateError extends ForestCLIError { /** * @param {{ * reason?: string; * possibleSolution?: string * }} [options] */ constructor(reason: any); name: string; } import ForestCLIError = require("../forest-cli-error"); //# sourceMappingURL=incompatible-liana-for-update-error.d.ts.map