UNPKG

@openstream/client

Version:
10 lines 174 B
export type ServerEvent = { kind: "ping"; } | { kind: "pong"; } | ({ kind: "start"; } & { connection_id: string; }); //# sourceMappingURL=ServerEvent.d.ts.map