UNPKG

forest-cli

Version:

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

12 lines 396 B
export = LogoutCommand; declare class LogoutCommand extends AbstractCommand { constructor(argv: any, config: any, plan: any); authenticator: any; run(): Promise<void>; } declare namespace LogoutCommand { const description: string; } import AbstractCommand_1 = require("../abstract-command"); import AbstractCommand = AbstractCommand_1.default; //# sourceMappingURL=logout.d.ts.map