Worldline Connect Node.js SDK
    Preparing search index...

    Interface UploadableFile

    interface UploadableFile {
        content: string | Readable | Buffer;
        contentLength?: number;
        contentType: string;
        fileName: string;
    }
    Index

    Properties

    content: string | Readable | Buffer
    contentLength?: number
    contentType: string
    fileName: string