import type { ChannelPointsCustomRewardRedemptionAddEvent } from "./channelPointsCustomRewardRedemptionAdd"; /** * @see https://dev.twitch.tv/docs/eventsub/eventsub-reference/#channel-points-custom-reward-redemption-update-event */ export interface ChannelPointsCustomRewardRedemptionUpdateEvent extends ChannelPointsCustomRewardRedemptionAddEvent { } //# sourceMappingURL=channelPointsCustomRewardRedemptionUpdate.d.ts.map