/** * Bangumi API * 你可以在 生成一个 Access Token ## [关于 User Agent](https://github.com/bangumi/api/blob/master/docs-raw/user%20agent.md) 如果你在使用中遇到了问题,请优先使用 GitHub issue 提交问题。在 bangumi 小组发帖可能无法得到及时反馈。 * * The version of the OpenAPI document: 2026-05-2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * 用户组
1 = 管理员
2 = Bangumi 管理猿
3 = 天窗管理猿
4 = 禁言用户
5 = 禁止访问用户
8 = 人物管理猿
9 = 维基条目管理猿
10 = 用户
11 = 维基人 */ export declare type LegacyUserGroup = 1 | 2 | 3 | 4 | 5 | 8 | 9 | 10 | 11; export declare const LegacyUserGroup: { NUMBER_1: LegacyUserGroup; NUMBER_2: LegacyUserGroup; NUMBER_3: LegacyUserGroup; NUMBER_4: LegacyUserGroup; NUMBER_5: LegacyUserGroup; NUMBER_8: LegacyUserGroup; NUMBER_9: LegacyUserGroup; NUMBER_10: LegacyUserGroup; NUMBER_11: LegacyUserGroup; };