PgTableChangeErrorHandler
type
Type for a callback to handle errors when processing a change.
type PgTableChangeErrorHandler = (ids: number[]) => voidtype
Type for a callback to handle errors when processing a change.
type PgTableChangeErrorHandler = (ids: number[]) => void