@salesforce/agents
    Preparing search index...

    Type Alias PublishedAgent

    type PublishedAgent = {
        DeveloperName: string;
        Id: string;
        source: PUBLISHED;
    }
    Index

    Properties

    DeveloperName: string
    Id: string
    source: PUBLISHED