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

    Interface ProjectSettings

    Project-level settings, including contact management options.

    interface ProjectSettings {
        project_id?: string;
        settings?: ProjectSettingsContent;
    }
    Index

    Properties

    project_id?: string

    The unique ID of the project.

    The settings object containing contact settings.