Type alias AsyncConfigurationEventData

AsyncConfigurationEventData: {
    message: "ASYNC_CONFIGURATION";
    parameters: RealTimeBpmAnalyzerParameters;
}

Type declaration