UNPKG

actionhero

Version:

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

12 lines (11 loc) 241 B
import { Action } from "./../index"; export declare class CreateChatRoom extends Action { constructor(); run({ params }: { params: { name: string; }; }): Promise<{ didCreate: number; }>; }