UNPKG

actionhero

Version:

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

8 lines (7 loc) 177 B
import { CLI } from "./../../../index"; export declare class TaskEnqueue extends CLI { constructor(); run({ params }: { params: any; }): Promise<boolean>; }