emailengine-client
Version:
A TypeScript client for the EmailEngine API
12 lines (11 loc) • 336 B
TypeScript
import { Options } from "../../../../misc/Options";
export declare class GetWebhookRoutesOptions extends Options {
/**
* Override the EENGINE_TIMEOUT environment variable for a single API request (in milliseconds)
*/
'x-ee-timeout'?: number | undefined;
/**
* Webhook ID
*/
'webhookRoute': string;
}