TableBeforeWriteContext
Summary
Context passed to the beforeWrite hook.
Signature
type TableBeforeWriteContext<row> = {
operation: TableWriteOperation;
tableName: string;
value: Partial<row>;
};
Context passed to the beforeWrite hook.
type TableBeforeWriteContext<row> = {
operation: TableWriteOperation;
tableName: string;
value: Partial<row>;
};