Remix
Remix
remix/data-table · TypeView Source

TableBeforeWriteResult

Summary

Result returned from the beforeWrite hook.

Signature

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