UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

12 lines 303 B
export interface EgiroAuthResponse { auth_url?: string; } export declare namespace EgiroAuthResponse { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=egiroAuthResponse.d.ts.map