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