nylas
    Preparing search index...

    Type Alias OverridableNylasConfig

    The options that can override the default Nylas API client configuration.

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

    Properties

    apiKey?: string
    apiUri?: string
    headers?: Record<string, string>
    timeout?: number

    Providing timeout in milliseconds is deprecated and will be removed in the next major release. Please use seconds instead.