/** Client side validation function */ export interface ValidationFunction { (value: TValue): string | undefined; }