IGPAPI
    Preparing search index...

    Interface DiscoverChainingResponse

    interface DiscoverChainingResponse {
        available_recommend_count: number;
        is_backup: boolean;
        is_recommend_account: boolean;
        status: string;
        users: DiscoverChainingResponseUsersItem[];
    }
    Index

    Properties

    available_recommend_count: number
    is_backup: boolean
    is_recommend_account: boolean
    status: string