/** * 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 you\'re showing an unlock value in the UI, this is the format in which it should be shown. You\'ll have to build your own algorithms on the client side to determine how best to render these options. */ export declare type DestinyDestinyUnlockValueUIStyle = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14; export declare const DestinyDestinyUnlockValueUIStyle: { NUMBER_0: DestinyDestinyUnlockValueUIStyle; NUMBER_1: DestinyDestinyUnlockValueUIStyle; NUMBER_2: DestinyDestinyUnlockValueUIStyle; NUMBER_3: DestinyDestinyUnlockValueUIStyle; NUMBER_4: DestinyDestinyUnlockValueUIStyle; NUMBER_5: DestinyDestinyUnlockValueUIStyle; NUMBER_6: DestinyDestinyUnlockValueUIStyle; NUMBER_7: DestinyDestinyUnlockValueUIStyle; NUMBER_8: DestinyDestinyUnlockValueUIStyle; NUMBER_9: DestinyDestinyUnlockValueUIStyle; NUMBER_10: DestinyDestinyUnlockValueUIStyle; NUMBER_11: DestinyDestinyUnlockValueUIStyle; NUMBER_12: DestinyDestinyUnlockValueUIStyle; NUMBER_13: DestinyDestinyUnlockValueUIStyle; NUMBER_14: DestinyDestinyUnlockValueUIStyle; };