TableAfterReadContext
Summary
Context passed to the afterRead hook.
Signature
type TableAfterReadContext<row> = {
tableName: string
value: Partial<row>
}
Context passed to the afterRead hook.
type TableAfterReadContext<row> = {
tableName: string
value: Partial<row>
}