UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

13 lines 511 B
import { type EventSubChannelPredictionOutcomeData } from './common/EventSubChannelPredictionOutcome.external.js'; /** @private */ export interface EventSubChannelPredictionProgressEventData { id: string; broadcaster_user_id: string; broadcaster_user_login: string; broadcaster_user_name: string; title: string; outcomes: EventSubChannelPredictionOutcomeData[]; started_at: string; locks_at: string; } //# sourceMappingURL=EventSubChannelPredictionProgressEvent.external.d.ts.map