UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

5 lines 228 B
/** * The type of a channel goal. */ export type EventSubChannelGoalType = 'follow' | 'subscription' | 'subscription_count' | 'new_subscription' | 'new_subscription_count'; //# sourceMappingURL=EventSubChannelGoalType.d.ts.map