import type { HypeTrainBeginEvent } from "./hypeTrainBegin"; /** * @see https://dev.twitch.tv/docs/eventsub/eventsub-reference/#hype-train-progress-event */ export interface HypeTrainProgressEvent extends HypeTrainBeginEvent { } //# sourceMappingURL=hypeTrainProgress.d.ts.map