UNPKG

actionhero

Version:

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

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