/** * 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. */ /** * The member levels used by all V2 Groups API. Individual group types use their own mappings in their native storage (general uses BnetDbGroupMemberType and D2 clans use ClanMemberLevel), but they are all translated to this in the runtime api. These runtime values should NEVER be stored anywhere, so the values can be changed as necessary. */ export declare type GroupsV2RuntimeGroupMemberType = 0 | 1 | 2 | 3 | 4 | 5; export declare const GroupsV2RuntimeGroupMemberType: { NUMBER_0: GroupsV2RuntimeGroupMemberType; NUMBER_1: GroupsV2RuntimeGroupMemberType; NUMBER_2: GroupsV2RuntimeGroupMemberType; NUMBER_3: GroupsV2RuntimeGroupMemberType; NUMBER_4: GroupsV2RuntimeGroupMemberType; NUMBER_5: GroupsV2RuntimeGroupMemberType; };