UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

15 lines (14 loc) 428 B
import { Options } from "../../../../misc/Options"; /** * Returns stored information about an OAuth2 application. Secrets are not included. */ export declare class GetOAuth2InfoOptions extends Options { /** * Override the EENGINE_TIMEOUT environment variable for a single API request (in milliseconds) */ 'x-ee-timeout'?: number | undefined; /** * OAuth2 application ID */ 'app': string; }