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

    Interface CustomCalloutRequestData

    interface CustomCalloutRequestData {
        customCalloutRequestBody: {
            customCallout: CustomCalloutRequest;
            method: "customCallout";
        };
    }
    Index

    Properties

    customCalloutRequestBody: {
        customCallout: CustomCalloutRequest;
        method: "customCallout";
    }

    Type Declaration