UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

19 lines 482 B
import { Webhook } from './webhook'; export interface WebhookSettings { enabled: boolean; max_webhook_count: number; rate_limit: number; target_switch: { [key: string]: boolean; }; webhook_list: Array<Webhook>; } export declare namespace WebhookSettings { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=webhookSettings.d.ts.map