Interface TrackResult

interface TrackResult {
    data: Track;
    loadType: TRACK;
}

Properties

Properties

data: Track
loadType: TRACK