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

    Interface NovelDetailParams

    Parameters for fetching a single novel by ID.

    interface NovelDetailParams {
        novelId: number;
    }
    Index

    Properties

    Properties

    novelId: number

    ID of the novel to fetch.