UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

20 lines 561 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MethodConfig = void 0; var MethodConfig; (function (MethodConfig) { MethodConfig.discriminator = 'MethodConfig'; MethodConfig.attributeTypeMap = [ { name: 'name', baseName: 'name', type: 'string', }, { name: 'path', baseName: 'path', type: 'string', }, ]; })(MethodConfig || (exports.MethodConfig = MethodConfig = {})); //# sourceMappingURL=methodConfig.js.map