UNPKG

actionhero

Version:

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

10 lines (9 loc) 203 B
import { Action } from "./../index"; export declare class RecursiveAction extends Action { constructor(); run(): Promise<{ [key: string]: any; } & { local: boolean; }>; }