UNPKG

actionhero

Version:

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

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