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

    Interface FaxBase64File

    interface FaxBase64File {
        file?: string;
        fileType?: string;
    }
    Index

    Properties

    Properties

    file?: string

    When application/json Base64 encoded file content, this is only present when using application/json for request/response.

    fileType?: string

    When request/response is application json and file is part of payload. This is the file type of the file.