UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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