UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

12 lines 310 B
export interface NotificationEmails { emails: Array<string>; } export declare namespace NotificationEmails { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=notificationEmails.d.ts.map