UNPKG

@etherspot/data-utils

Version:
11 lines (9 loc) 196 B
interface ValidationError { property: string; value?: any; constraints?: { [type: string]: string; }; children?: ValidationError[]; } export type { ValidationError };