Type alias ValidationError

ValidationError: BaseError & {
    fields: ErrorField[];
}

Type declaration