UNPKG

@investingwolf/alpaca-broker-api

Version:
39 lines (38 loc) 1.04 kB
"use strict"; /** * Alpaca Broker API * Open brokerage accounts, enable commission-free trading, and manage the ongoing user experience with Alpaca Broker API * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.InlineResponse2007 = void 0; class InlineResponse2007 { static getAttributeTypeMap() { return InlineResponse2007.attributeTypeMap; } } exports.InlineResponse2007 = InlineResponse2007; InlineResponse2007.discriminator = undefined; InlineResponse2007.attributeTypeMap = [ { "name": "access_token", "baseName": "access_token", "type": "string" }, { "name": "token_type", "baseName": "token_type", "type": "string" }, { "name": "scope", "baseName": "scope", "type": "string" } ];