TableAfterReadResult

View Source

Summary

Result returned from the afterRead hook.

Signature

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