interface TwitchSubscribe {
    amount: number;
    message: string;
    nickname: string;
    plan: string;
    test: boolean;
    type: "twitchSubscriber";
}

Properties

amount: number
message: string
nickname: string
plan: string
test: boolean
type: "twitchSubscriber"