UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 345 B
import { Threshold } from './threshold'; export interface Condition { currency: string; threshold: Threshold; } export declare namespace Condition { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=condition.d.ts.map