/** * 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. */ export declare type DestinyDestinyActivityNavPointType = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16; export declare const DestinyDestinyActivityNavPointType: { NUMBER_0: DestinyDestinyActivityNavPointType; NUMBER_1: DestinyDestinyActivityNavPointType; NUMBER_2: DestinyDestinyActivityNavPointType; NUMBER_3: DestinyDestinyActivityNavPointType; NUMBER_4: DestinyDestinyActivityNavPointType; NUMBER_5: DestinyDestinyActivityNavPointType; NUMBER_6: DestinyDestinyActivityNavPointType; NUMBER_7: DestinyDestinyActivityNavPointType; NUMBER_8: DestinyDestinyActivityNavPointType; NUMBER_9: DestinyDestinyActivityNavPointType; NUMBER_10: DestinyDestinyActivityNavPointType; NUMBER_11: DestinyDestinyActivityNavPointType; NUMBER_12: DestinyDestinyActivityNavPointType; NUMBER_13: DestinyDestinyActivityNavPointType; NUMBER_14: DestinyDestinyActivityNavPointType; NUMBER_15: DestinyDestinyActivityNavPointType; NUMBER_16: DestinyDestinyActivityNavPointType; };