type alias supabase.RealtimePostgresInsertPayloadimport { type supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { RealtimePostgresInsertPayload } = supabase; Type ParametersT extends { [key: string]: any; }definition: RealtimePostgresChangesPayloadBase & { eventType: `${REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT}`; new: T; old: { }; }import supabase.RealtimePostgresInsertPayloadimport { supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { RealtimePostgresInsertPayload } = supabase;