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

    Interface NovelFollowParams

    Parameters for fetching novels posted by followed users.

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

    Zero-based offset for pagination.

    restrict?: "private" | "public"

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