TableBeforeWriteResult

View Source

Summary

Result returned from the beforeWrite hook.

Signature

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