TableAfterReadContext

View Source

Summary

Context passed to the afterRead hook.

Signature

type TableAfterReadContext<row> = {
  tableName: string;
  value: Partial<row>;
};