UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

9 lines 534 B
import { type EventSubChannelPredictionBeginOutcomeData } from './EventSubChannelPredictionBeginOutcome.external.js'; import { type EventSubChannelPredictionPredictorData } from './EventSubChannelPredictionPredictor.external.js'; /** @private */ export interface EventSubChannelPredictionOutcomeData extends EventSubChannelPredictionBeginOutcomeData { users: number; channel_points: number; top_predictors: EventSubChannelPredictionPredictorData[]; } //# sourceMappingURL=EventSubChannelPredictionOutcome.external.d.ts.map