@book000/pixivts - v0.63.0
    Preparing search index...

    Interface IllustFollowParams

    Parameters for fetching illusts posted by followed users.

    interface IllustFollowParams {
        offset?: number;
        restrict?: "private" | "public";
    }
    Index
    offset?: number

    Zero-based offset for pagination.

    restrict?: "private" | "public"

    Follow visibility to fetch (default: "public").