UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

11 lines 382 B
/** @private */ export interface EventSubChannelRaidEventData { from_broadcaster_user_id: string; from_broadcaster_user_login: string; from_broadcaster_user_name: string; to_broadcaster_user_id: string; to_broadcaster_user_login: string; to_broadcaster_user_name: string; viewers: number; } //# sourceMappingURL=EventSubChannelRaidEvent.external.d.ts.map