UNPKG

@twurple/eventsub-base

Version:

Base for the other Twurple EventSub packages

5 lines 181 B
/** * The type of the Hype Train. */ export type EventSubChannelHypeTrainType = 'regular' | 'treasure' | 'golden_kappa'; //# sourceMappingURL=EventSubChannelHypeTrainType.d.ts.map