type alias OnConflictHandlerimport { type OnConflictHandler } from "https://dotland.deno.dev/x/pg_mem@2.6.13/interfaces-private.ts"; definition: { ignore: "all" | _IIndex; } | { onIndex: _IIndex; update: (item: any,excluded: any,t: _Transaction,) => void; }