UNPKG

envoc-form

Version:

Envoc form components

7 lines (6 loc) 256 B
// TODO: this means that all template projects MUST have this API shape - thoughts? /** Represents a server side validation failure - only 'standard' for envoc */ export interface ValidationError { propertyName?: string; errorMessage?: string; }