import { type supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { RealtimeClientOptions } = supabase;
definition: { transport?: WebSocket; timeout?: number; heartbeatIntervalMs?: number; logger?: Function; encode?: Function; decode?: Function; reconnectAfterMs?: Function; headers?: { [key: string]: string; }; params?: { [key: string]: any; }; log_level?: ; fetch?: Fetch; }
| "info"
| "debug"
| "warn"
| "error"