Interface TrackResult

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

Properties

Properties

loadType: TRACK
data: RawTrack
""