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

    Type Alias PluginShareContext

    type PluginShareContext = {
        creatorAccountUserId: string | null;
        creatorName: string | null;
        discoverability: PluginShareDiscoverability | null;
        remotePluginId: string;
        remoteVersion: string | null;
        sharePrincipals: PluginSharePrincipal[] | null;
        shareUrl: string | null;
    }
    Index

    Properties

    creatorAccountUserId: string | null
    creatorName: string | null
    discoverability: PluginShareDiscoverability | null
    remotePluginId: string
    remoteVersion: string | null

    Version of the remote shared plugin release when available.

    sharePrincipals: PluginSharePrincipal[] | null
    shareUrl: string | null