UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

20 lines 623 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SchemaResult = void 0; var SchemaResult; (function (SchemaResult) { SchemaResult.discriminator = 'SchemaResult'; SchemaResult.attributeTypeMap = [ { name: 'errors', baseName: 'errors', type: '{ [key: string]: FieldValidationError; }', }, { name: 'schema', baseName: 'schema', type: '{ [key: string]: Schema; }', }, ]; })(SchemaResult || (exports.SchemaResult = SchemaResult = {})); //# sourceMappingURL=schemaResult.js.map