nylas
    Preparing search index...

    Interface Connector

    Interface representing the Nylas connector response.

    interface Connector {
        provider: Provider;
        scope?: string[];
        settings?: Record<string, unknown>;
    }
    Index

    Properties

    provider: Provider

    The provider type

    scope?: string[]

    Default scopes for the connector

    settings?: Record<string, unknown>

    Optional settings from provider