Type alias PeaksAndThreshold

PeaksAndThreshold: {
    peaks: Peaks;
    threshold: Threshold;
}

Type declaration