BoothMate API Documentation - v0.4.0
    Preparing search index...

    Interface ItemsResult

    商品の一覧

    interface ItemsResult {
        current_page: number;
        total_pages: number;
        items: ItemSummary[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    current_page: number

    現在のページ番号

    total_pages: number

    合計ページ数

    items: ItemSummary[]

    商品のリスト