UNPKG

@redwoodjs/sdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

8 lines (7 loc) 228 B
import { type Transport } from "../../client"; export declare const initRealtimeClient: ({ key, }?: { key?: string; }) => Promise<void>; export declare const realtimeTransport: ({ key }: { key?: string; }) => Transport;