OneSDK
    Preparing search index...

    Interface TwitchFollow

    interface TwitchFollow {
        nickname: string;
        test: boolean;
        type: "follower";
    }
    Index

    Properties

    Properties

    nickname: string
    test: boolean
    type: "follower"