UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

12 lines 300 B
export interface RequestedResponse { result: string; } export declare namespace RequestedResponse { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=requestedResponse.d.ts.map