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

    Interface DestinationPstn

    The type of device and number or endpoint to call.

    interface DestinationPstn {
        endpoint: string;
        type: string;
    }
    Index

    Properties

    Properties

    endpoint: string

    If the type is number the value of the endpoint is a phone number.

    type: string

    Type number used for PSTN endpoints.