@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
16 lines • 609 B
TypeScript
import { type EventSubChannelHypeTrainContributionData } from './common/EventSubChannelHypeTrainContribution.external';
/** @private */
export interface EventSubChannelHypeTrainEndEventData {
id: string;
broadcaster_user_id: string;
broadcaster_user_login: string;
broadcaster_user_name: string;
level: number;
total: number;
top_contributions: EventSubChannelHypeTrainContributionData[] | null;
started_at: string;
ended_at: string;
cooldown_ends_at: string;
is_golden_kappa_train: boolean;
}
//# sourceMappingURL=EventSubChannelHypeTrainEndEvent.external.d.ts.map