@dxos/app-framework - v0.8.3
    Preparing search index...

    Type Alias RemotePluginEntry

    Persisted record of a remote plugin that has been loaded previously.

    type RemotePluginEntry = {
        id: string;
        url: string;
    }
    Index

    Properties

    Properties

    id: string
    url: string