nylas
    Preparing search index...

    Type Alias NylasConfig

    Configuration options for initializing the Nylas SDK.

    type NylasConfig = {
        apiKey: string;
        apiUri?: string;
        headers?: Record<string, string>;
        timeout?: number;
    }
    Index

    Properties

    apiKey: string

    The Nylas API key to use for authentication

    apiUri?: string

    The URL to use for communicating with the Nylas API

    headers?: Record<string, string>

    Additional headers to send with outgoing requests

    timeout?: number

    The timeout for requests to the Nylas API, in seconds