Type alias RealtimeBpmAnalyzerEvents

RealtimeBpmAnalyzerEvents: {
    data: ResetEvent | StopEvent;
}

Type declaration