UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 366 B
export interface TruelayerAuthRequest { country_code: string; provider_id: string; redirect_url: string; } export declare namespace TruelayerAuthRequest { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=truelayerAuthRequest.d.ts.map