UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 335 B
export interface ErrorDetailsDto { code?: string; params?: object; source?: string; } export declare namespace ErrorDetailsDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=errorDetailsDto.d.ts.map