NestKit

PgTableChangeErrorHandler

type

Type for a callback to handle errors when processing a change.

typescript
type PgTableChangeErrorHandler = (ids: number[]) => void