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

    Interface ContactMergeNotification

    interface ContactMergeNotification {
        deleted_contact?: Contact;
        preserved_contact?: Contact;
    }
    Index

    Properties

    deleted_contact?: Contact

    Contact

    preserved_contact?: Contact

    Contact