UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 442 B
export interface AmountAndType { amount: number; type: AmountAndType.TypeEnum; } export declare namespace AmountAndType { const validTypeEnum: readonly ["DAILY_PERCENTAGE"]; type TypeEnum = (typeof validTypeEnum)[number] | 'UNKNOWN'; const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=amountAndType.d.ts.map