UNPKG

actionhero

Version:

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

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