Type alias AsyncConfigurationEvent

AsyncConfigurationEvent: {
    data: AsyncConfigurationEventData | ResetEventData | StopEventData;
}