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

    Type Alias PluginInstallParams

    type PluginInstallParams = {
        marketplacePath?: AbsolutePathBuf | null;
        pluginName: string;
        remoteMarketplaceName?: string | null;
    }
    Index

    Properties

    marketplacePath?: AbsolutePathBuf | null
    pluginName: string
    remoteMarketplaceName?: string | null