UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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