/** * Bungie.Net API * These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality. * * The version of the OpenAPI document: 2.18.0 * Contact: support@bungie.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { DestinyComponentsVendorsDestinyVendorGroup } from './destinyComponentsVendorsDestinyVendorGroup'; /** * This component returns references to all of the Vendors in the Response, grouped by categorizations that Bungie has deemed to be interesting, in the order in which both the groups and the vendors within that group should be rendered. */ export interface DestinyComponentsVendorsDestinyVendorGroupComponent { /** * The ordered list of groups being returned. */ groups?: Array; }