UNPKG

ontimize-web-ngx

Version:
6 lines (5 loc) 105 B
export type OFormValidation = { valid: boolean; title?: string; messages?: Array<string>; };