/** * #realtime.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ export type RealtimeRequest = { channels: string[]; }; export type RealtimeEvent = { /** The channel that received the message */ channel: string; /** The data that was received */ data?: { [key: string]: any; } | undefined; }; //# sourceMappingURL=realtime.d.ts.map