/** * 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 ForumsForumPostCategoryEnums = 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 1024; export declare const ForumsForumPostCategoryEnums: { NUMBER_0: ForumsForumPostCategoryEnums; NUMBER_1: ForumsForumPostCategoryEnums; NUMBER_2: ForumsForumPostCategoryEnums; NUMBER_4: ForumsForumPostCategoryEnums; NUMBER_8: ForumsForumPostCategoryEnums; NUMBER_16: ForumsForumPostCategoryEnums; NUMBER_32: ForumsForumPostCategoryEnums; NUMBER_64: ForumsForumPostCategoryEnums; NUMBER_128: ForumsForumPostCategoryEnums; NUMBER_256: ForumsForumPostCategoryEnums; NUMBER_512: ForumsForumPostCategoryEnums; NUMBER_1024: ForumsForumPostCategoryEnums; };