UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

8 lines 216 B
/** @private */ export interface EventSubChannelRedemptionRewardData { id: string; title: string; cost: number; prompt: string; } //# sourceMappingURL=EventSubChannelRedemptionReward.external.d.ts.map