UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 293 B
export interface BankItem { label?: string; value?: string; } export declare namespace BankItem { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=bankItem.d.ts.map