fanfou-sdk
    Preparing search index...

    Type Alias GetFollowersOptions

    type GetFollowersOptions = {
        callback?: string;
        count?: number;
        format?: APIFormat;
        id?: string;
        mode?: APIMode;
        page?: number;
    }
    Index

    Properties

    callback?: string
    count?: number
    format?: APIFormat
    id?: string
    mode?: APIMode
    page?: number