UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 399 B
import { ConvertableCurrencies } from './convertableCurrencies'; export interface SupportedCurrenciesDto { conversion: ConvertableCurrencies; } export declare namespace SupportedCurrenciesDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=supportedCurrenciesDto.d.ts.map