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

    Interface FileMetadata

    interface FileMetadata {
        contentLength: string | number | null;
        contentType: string | null;
        filename: string | null;
    }
    Index

    Properties

    contentLength: string | number | null
    contentType: string | null
    filename: string | null