UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

8 lines 355 B
import { type EventSubChannelPollBeginChoiceData } from './EventSubChannelPollBeginChoice.external.js'; /** @private */ export interface EventSubChannelPollChoiceData extends EventSubChannelPollBeginChoiceData { bits_votes: number; channel_points_votes: number; votes: number; } //# sourceMappingURL=EventSubChannelPollChoice.external.d.ts.map