@book000/pixivts
    Preparing search index...

    Interface GetV1UserBookmarksNovelResponse

    GET /v1/user/bookmarks/novel のレスポンス

    interface GetV1UserBookmarksNovelResponse {
        next_url: null | string;
        novels: PixivNovelItem[];
    }
    Index

    Properties

    Properties

    next_url: null | string

    次 URL

    novels: PixivNovelItem[]

    ブックマークした小説群