/** * 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. */ /** * A hint for how the presentation node should be displayed when shown in a list. How you use this is your UI is up to you. */ export declare type DestinyDestinyPresentationDisplayStyle = 0 | 1 | 2 | 3 | 4 | 5 | 6; export declare const DestinyDestinyPresentationDisplayStyle: { NUMBER_0: DestinyDestinyPresentationDisplayStyle; NUMBER_1: DestinyDestinyPresentationDisplayStyle; NUMBER_2: DestinyDestinyPresentationDisplayStyle; NUMBER_3: DestinyDestinyPresentationDisplayStyle; NUMBER_4: DestinyDestinyPresentationDisplayStyle; NUMBER_5: DestinyDestinyPresentationDisplayStyle; NUMBER_6: DestinyDestinyPresentationDisplayStyle; };