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

    Interface ContactId

    interface ContactId {
        contact_id: string;
        identified_by?: never;
    }
    Index

    Properties

    contact_id: string

    The ID of the contact.

    identified_by?: never