RealtimeChannelSendResponse
import type { RealtimeChannelSendResponse } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";type RealtimeChannelSendResponse =
| "ok"
| "timed out"
| "error"
| (string & {});
import type { RealtimeChannelSendResponse } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";