UNPKG

huddle-record

Version:

Record is a Object-Relational Mapping (ORM) TypeScript plugin that makes it easy to work with data.

5 lines (4 loc) 91 B
export default interface ApiModelConfig { source?: string | null; route: string; }