UNPKG

@allgemein/schema-api

Version:
11 lines (10 loc) 229 B
export interface IValidationError { metaType?: 'entity' | 'property'; property?: string; value?: string; constraints?: { [k: string]: string; }; type?: 'error' | 'validate'; handle?: string; }