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