UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

12 lines 292 B
export interface ReportSetting { file_type?: string; } export declare namespace ReportSetting { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=reportSetting.d.ts.map