@supabase/realtime-js
Version:
Listen to realtime updates to your PostgreSQL database
5 lines • 608 B
TypeScript
export type { Socket, SocketOptions, SocketState, SocketOnOpen, SocketOnError, SocketOnMessage, SocketOnClose, SocketStateChangeCallbacks, Channel, ChannelState, ChannelEvent, ChannelBindingCallback, ChannelFilterBindings, ChannelOnMessage, ChannelOnErrorCallback, PresenceState, Message, Params, Transport, Timer, Vsn, Encode, Decode, HeartbeatCallback, HeartbeatStatus, } from '@supabase/phoenix';
import type { Channel, PresenceState } from '@supabase/phoenix';
export type Push = ReturnType<Channel['push']>;
export type PresenceStates = Record<string, PresenceState>;
//# sourceMappingURL=types.d.ts.map