RealtimeChannelOptions
import type { RealtimeChannelOptions } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";type RealtimeChannelOptions = {
config: {
};broadcast?: {
self?: boolean;
ack?: boolean;
replay?: ReplayOption;
}; presence?: {
key?: string;
enabled?: boolean;
}; private?: boolean;
};