Requests, Notifications and Subscriptions from the ReleaseNotes feature

interface ReleaseNotesMessages {
    notifications:
        | BrowserRestartNotification
        | ReportInitExceptionNotification
        | ReportPageExceptionNotification
        | RetryUpdateNotification;
    requests: InitialSetupRequest;
    subscriptions: OnUpdateSubscription;
}

Properties

subscriptions: OnUpdateSubscription