@salesforce/agents
    Preparing search index...

    Type Alias CreateLibraryInput

    type CreateLibraryInput = {
        description?: string;
        developerName: string;
        groundingSource: GroundingSource;
        masterLabel: string;
    }
    Index

    Properties

    description?: string
    developerName: string
    groundingSource: GroundingSource
    masterLabel: string