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

    Interface WishlistSummary

    スキリストの概要

    interface WishlistSummary {
        id: string;
        name: string;
        url: string;
        public_url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    スキリストのID

    name: string

    スキリストの名前

    url: string

    スキリストの非公開URL

    public_url: string

    スキリストの公開URL(公開されているとは限りません)