Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface FileData

    interface FileData {
        data: string;
        fileName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: string

    File content as string

    fileName: string

    Name of the file extracted from the 'content-disposition' header