@salesforce/agents
    Preparing search index...

    Type Alias FileAddResult

    type FileAddResult = {
        fileName: string;
        libraryId: string;
        success: boolean;
    }
    Index

    Properties

    fileName: string
    libraryId: string
    success: boolean