UNPKG

actionhero

Version:

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

9 lines (8 loc) 213 B
import { Action, Connection } from "../index"; export declare class SendFile extends Action { constructor(); run(data: { connection: Connection; toRender: boolean; }): Promise<void>; }