Yurba.js Documentation
    Preparing search index...

    Interface TrackData

    interface TrackData {
        author: string;
        cover?: number;
        mode?: string;
        name: string;
        release: string;
    }
    Index

    Properties

    author: string
    cover?: number
    mode?: string
    name: string
    release: string