emailengine-client
Version:
A TypeScript client for the EmailEngine API
11 lines (10 loc) • 315 B
TypeScript
import { Options } from "../../../../misc/Options";
/**
* Remove registered active license
*/
export declare class RemoveLicenseOptions extends Options {
/**
* Override the EENGINE_TIMEOUT environment variable for a single API request (in milliseconds)
*/
'x-ee-timeout'?: number | undefined;
}