UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

12 lines 297 B
export interface FxTierSettings { tiers: Array<string>; } export declare namespace FxTierSettings { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=fxTierSettings.d.ts.map