UNPKG

actionhero

Version:

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

8 lines (7 loc) 189 B
import { CLI } from "./../../classes/cli"; export declare class GenerateCLI extends CLI { name: string; description: string; initialize: boolean; run(): Promise<boolean>; }