UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

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