@twurple/eventsub-base
Version:
Base for the other Twurple EventSub packages
14 lines • 480 B
TypeScript
import { type EventSubChannelGoalType } from './common/EventSubChannelGoalType.js';
/** @private */
export interface EventSubChannelGoalBeginEventData {
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=EventSubChannelGoalBeginEvent.external.d.ts.map