UNPKG

@awhere/api

Version:

The awesome aWhere API for JavaScript.

5 lines (4 loc) 131 B
import { ISchemaTypeOpts } from './SchemaTypeOpts'; export interface ISchemaDefinition { [id: string]: ISchemaTypeOpts<any>; }