Remix
Remix
remix/data-table · TypeView Source

TableAfterReadResult

Summary

Result returned from the afterRead hook.

Signature

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