UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

15 lines (14 loc) 380 B
import { Options } from '../../../../misc/Options'; /** * Options for retrieving accounts. */ export declare class GetAccountOAuth2TokenOptions extends Options { /** * Override the EENGINE_TIMEOUT environment variable for a single API request (in milliseconds) */ 'x-ee-timeout'?: number | undefined; /** * Account ID */ 'account': string; }