/** * 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. */ /** * Indicates how a perk should be shown, or if it should be, in the game UI. Maybe useful for those of you trying to filter out internal-use-only perks (or for those of you trying to figure out what they do!) */ export declare type DestinyItemPerkVisibility = 0 | 1 | 2; export declare const DestinyItemPerkVisibility: { NUMBER_0: DestinyItemPerkVisibility; NUMBER_1: DestinyItemPerkVisibility; NUMBER_2: DestinyItemPerkVisibility; };