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

    Interface ItemTrackInfo

    トラックの情報

    interface ItemTrackInfo {
        artist: string;
        title: string;
        track_number: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    artist: string

    トラックのアーティスト

    title: string

    トラックのタイトル

    track_number: number

    トラック番号