Type alias OverridableNylasConfig

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

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

Type declaration

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

    Deprecated

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

Generated using TypeDoc