UNPKG

actionhero

Version:

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

11 lines (10 loc) 260 B
import { Action, Connection } from "../index"; export declare class SendFile extends Action { name: string; description: string; outputExample: {}; run(data: { connection: Connection; toRender: boolean; }): Promise<void>; }