UNPKG

actionhero

Version:

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

9 lines (8 loc) 210 B
import { Action } from "./../index"; export declare class CreateChatRoom extends Action { constructor(); run({ params, response }: { params: any; response: any; }): Promise<void>; }