Type alias BpmCandidates

BpmCandidates: {
    bpm: Tempo[];
    threshold: Threshold;
}

Type declaration