@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias AppListUpdatedNotification

    EXPERIMENTAL - notification emitted when the app list changes.

    type AppListUpdatedNotification = {
        data: AppInfo[];
    }
    Index

    Properties

    Properties

    data: AppInfo[]