UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

30 lines 836 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OauthReqApiDto = void 0; var OauthReqApiDto; (function (OauthReqApiDto) { OauthReqApiDto.discriminator = 'OauthReqApiDto'; OauthReqApiDto.attributeTypeMap = [ { name: 'redirect_uri', baseName: 'redirect_uri', type: 'string', }, { name: 'response_type', baseName: 'response_type', type: 'string', }, { name: 'scope', baseName: 'scope', type: 'Array<string>', }, { name: 'state', baseName: 'state', type: 'string', }, ]; })(OauthReqApiDto || (exports.OauthReqApiDto = OauthReqApiDto = {})); //# sourceMappingURL=oauthReqApiDto.js.map