@salesforce/agents
    Preparing search index...

    Type Alias McpServerAssetReplaceItem

    type McpServerAssetReplaceItem = {
        active?: boolean;
        description?: string;
        id?: string;
        kind?: McpAssetKind;
        label?: string;
        name?: string;
    }
    Index

    Properties

    active?: boolean
    description?: string
    id?: string
    label?: string
    name?: string