import type { ChannelSharedChatSessionBeginEvent } from "./channelSharedChatSessionBegin"; /** * @see https://dev.twitch.tv/docs/eventsub/eventsub-reference/#channel-shared-chat-session-update-event */ export interface ChannelSharedChatSessionUpdateEvent extends ChannelSharedChatSessionBeginEvent { } //# sourceMappingURL=channelSharedChatSessionUpdate.d.ts.map