UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

16 lines 519 B
import { type EventSubChannelGoalType } from './common/EventSubChannelGoalType'; /** @private */ export interface EventSubChannelGoalEndEventData { id: string; broadcaster_user_id: string; broadcaster_user_login: string; broadcaster_user_name: string; type: EventSubChannelGoalType; description: string; is_achieved: boolean; current_amount: number; target_amount: number; started_at: Date; ended_at: Date; } //# sourceMappingURL=EventSubChannelGoalEndEvent.external.d.ts.map