UNPKG

actionhero

Version:

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

6 lines (4 loc) 86 B
import { Input } from "./input"; export interface Inputs { [key: string]: Input; }