OneSDK
    Preparing search index...

    Interface TwitchHosting

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

    Properties

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