UNPKG

actionhero

Version:

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

12 lines (11 loc) 250 B
import { Action } from "./../index"; export declare class RecursiveAction extends Action { name: string; description: string; outputExample: {}; run(): Promise<{ [key: string]: any; } & { local: boolean; }>; }