UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 301 B
export interface MethodConfig { name: string; path: string; } export declare namespace MethodConfig { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=methodConfig.d.ts.map