UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 341 B
export interface TruelayerVerificationMeta { code: string; state: number; } export declare namespace TruelayerVerificationMeta { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=truelayerVerificationMeta.d.ts.map