import type { ChannelVIPAddEvent } from "./channelVipAdd"; /** * @see https://dev.twitch.tv/docs/eventsub/eventsub-reference/#channel-vip-remove-event */ export interface ChannelVIPRemoveEvent extends ChannelVIPAddEvent { } //# sourceMappingURL=channelVipRemove.d.ts.map