import { ISchemaTypeOpts } from './SchemaTypeOpts';
export interface ISchemaDefinition {
    [id: string]: ISchemaTypeOpts<any>;
}
