RealtimePresenceState
import type { RealtimePresenceState } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";type RealtimePresenceState<T extends {} = {}> = {};
[key: string]: any;
[key: string]: Presence<T>[];
import type { RealtimePresenceState } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";