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

    Interface IllustDetailParams

    Parameters for fetching a single illust by ID.

    interface IllustDetailParams {
        filter?: "for_ios" | "for_android";
        illustId: number;
    }
    Index

    Properties

    Properties

    filter?: "for_ios" | "for_android"

    OS filter to apply (default: "for_ios").

    illustId: number

    ID of the illust to fetch.