TableValidationResult
Summary
Result returned from the validate hook.
Signature
type TableValidationResult<row> = { value: Partial<row> } | ValidationFailure;
Result returned from the validate hook.
type TableValidationResult<row> = { value: Partial<row> } | ValidationFailure;