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

    Interface CoverPageFile

    A PDF Cover encoded as base64

    interface CoverPageFile {
        fileContent: string;
        fileType: string;
    }
    Index

    Properties

    fileContent: string

    A PDF Cover encoded as base64

    fileType: string

    For now only PDF is supported.