UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

14 lines 483 B
import { type EventSubChannelGoalType } from './common/EventSubChannelGoalType'; /** @private */ export interface EventSubChannelGoalProgressEventData { id: string; broadcaster_user_id: string; broadcaster_user_login: string; broadcaster_user_name: string; type: EventSubChannelGoalType; description: string; current_amount: number; target_amount: number; started_at: Date; } //# sourceMappingURL=EventSubChannelGoalProgressEvent.external.d.ts.map