Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/blocks/deps.ts>supabase.RealtimePresenceLeavePayload

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
type alias supabase.RealtimePresenceLeavePayload
Re-export
import { type supabase } from "https://deno.land/x/blocks@1.75.0/deps.ts";
const { RealtimePresenceLeavePayload } = supabase;

Type Parameters

T extends { [key: string]: any; }
definition: { event: `${REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE}`; key: string; currentPresences: Presence<T>[]; leftPresences: Presence<T>[]; }