Interface for the file objects to be uploaded to Vectara.

interface VectaraFile {
    blob: Blob;
    fileName: string;
}

Properties

Properties

blob: Blob
fileName: string

Generated using TypeDoc