UNPKG

actionhero

Version:

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

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