type alias supabase.RealtimePresenceJoinPayloadRe-exportimport { type supabase } from "https://deno.land/x/live@1.53.6/deps.ts"; const { RealtimePresenceJoinPayload } = supabase; Type ParametersT extends { [key: string]: any; }definition: { event: `${REALTIME_PRESENCE_LISTEN_EVENTS.JOIN}`; key: string; currentPresences: Presence<T>[]; newPresences: Presence<T>[]; }