/** * 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. */ /** * If a vendor can ever end up performing actions, these are the properties that will be related to those actions. I\'m not going to bother documenting this yet, as it is unused and unclear if it will ever be used... but in case it is ever populated and someone finds it useful, it is defined here. */ export interface DestinyDefinitionsDestinyVendorActionDefinition { description?: string; executeSeconds?: number; icon?: string; name?: string; verb?: string; isPositive?: boolean; actionId?: string; actionHash?: number; autoPerformAction?: boolean; }