Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/supabase/src/lib/types.ts>SupabaseRealtimePayload

An isomorphic Javascript client for Supabase.
Go to Latest
type alias SupabaseRealtimePayload
import { type SupabaseRealtimePayload } from "https://deno.land/x/supabase@1.3.1/src/lib/types.ts";
definition: { commit_timestamp: string; eventType: "INSERT" | "UPDATE" | "DELETE"; schema: string; table: string; new: T; old: T; }