@gphone/sdk
    Preparing search index...

    Interface FollowListQuery

    interface FollowListQuery {
        account_id: number;
        app: string;
        cursor?: number;
        limit?: number;
    }
    Index
    account_id: number
    app: string
    cursor?: number
    limit?: number