Requests, Notifications and Subscriptions from the Example feature

interface ExampleMessages {
    notifications:
        | ReportInitExceptionNotification
        | ReportPageExceptionNotification;
    requests: InitialSetupRequest;
}

Properties