UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

7 lines (6 loc) 157 B
import { CLI } from "./../../index"; export declare class ConsoleCLI extends CLI { name: string; description: string; run(): Promise<boolean>; }