UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

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