UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 544 B
export interface EgiroAuthRequest { entity_type: EgiroAuthRequest.EntityTypeEnum; redirect_url: string; reference: string; swift_code: string; } export declare namespace EgiroAuthRequest { const validEntityTypeEnum: readonly ["BUSINESS", "INDIVIDUAL"]; type EntityTypeEnum = (typeof validEntityTypeEnum)[number] | 'UNKNOWN'; const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=egiroAuthRequest.d.ts.map