UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 375 B
import { MethodConfig } from './methodConfig'; export interface RemoteCallConfig { methods: Array<MethodConfig>; url: string; } export declare namespace RemoteCallConfig { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=remoteCallConfig.d.ts.map