OneSDK
    Preparing search index...

    Interface StreamerInfo

    interface StreamerInfo {
        followerCount: number;
        icon: string;
        isEnabledReturnGacha: boolean;
        name: string;
        userId: string;
    }
    Index

    Properties

    followerCount: number
    icon: string
    isEnabledReturnGacha: boolean
    name: string
    userId: string