interface TwitchHosting {
    amount: number;
    nickname: string;
    test: boolean;
    type: "hosting";
}

Properties

amount: number
nickname: string
test: boolean
type: "hosting"