@qbraid-core
    Preparing search index...

    Interface DownloadFileResponse

    interface DownloadFileResponse {
        error?: string;
        stream?: Readable;
    }
    Index

    Properties

    Properties

    error?: string
    stream?: Readable