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

    Interface MetaSinglePage

    Original-image URL for a single-page illust.

    For manga works the API returns meta_single_page as an empty object {}, so originalImageUrl may be absent even when the enclosing object is present.

    interface MetaSinglePage {
        originalImageUrl?: string;
    }
    Index

    Properties

    originalImageUrl?: string

    Direct URL to the original-resolution image. Absent for manga works where meta_single_page is returned as {}.