fanfou-sdk
    Preparing search index...

    Type Alias GetFollowingIdsOptions

    type GetFollowingIdsOptions = {
        callback?: string;
        count?: number;
        id?: string;
        page?: number;
    }
    Index

    Properties

    callback?: string
    count?: number
    id?: string
    page?: number