UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

11 lines (10 loc) 314 B
import { Options } from "../../../../misc/Options"; /** * Get active license information */ export declare class GetLicenseInfoOptions extends Options { /** * Override the EENGINE_TIMEOUT environment variable for a single API request (in milliseconds) */ 'x-ee-timeout'?: number | undefined; }