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