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

    Interface WebviewNovelSeriesNavigation

    Prev/next navigation for a novel that belongs to a series, as embedded in the WebView novel page.

    interface WebviewNovelSeriesNavigation {
        next?: WebviewNovelNavigationInfo | null;
        prev?: WebviewNovelNavigationInfo | null;
    }
    Index

    Next novel in the series (null or absent if this is the latest).

    Previous novel in the series (null or absent if this is the first).