UNPKG

actionhero

Version:

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

8 lines (7 loc) 170 B
import { Task } from "./../index"; export declare class RunAction extends Task { constructor(); run(params: any): Promise<{ [key: string]: any; }>; }