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