Remix
Remix
remix/data-table · TypeView Source

TableValidationResult

Summary

Result returned from the validate hook.

Signature

type TableValidationResult<row> = { value: Partial<row> } | ValidationFailure;