UNPKG

formoose

Version:

Schema-based run time validation engine, made to integrate back and front-end validations using Mongoose like schemas.

5 lines 133 B
import { SchemaItem } from './index'; export interface Schema { [key: string]: SchemaItem; } //# sourceMappingURL=Schema.d.ts.map