UNPKG

actionhero

Version:

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

10 lines (9 loc) 178 B
export interface Input { default?: any; required?: boolean; formatter?: Function | string[]; validator?: Function | string[]; schema?: { [key: string]: any; }; }