UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

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