/** * 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. */ /** * 电影类型 - `0` 为 其他 - `1` 为 日剧 - `2` 为 欧美剧 - `3` 为 华语剧 - `6001` 为 电视剧 - `6002` 为 电影 - `6003` 为 演出 - `6004` 为 综艺 */ export declare type SubjectRealCategory = 0 | 1 | 2 | 3 | 6001 | 6002 | 6003 | 6004; export declare const SubjectRealCategory: { Other: SubjectRealCategory; JP: SubjectRealCategory; EN: SubjectRealCategory; CN: SubjectRealCategory; TV: SubjectRealCategory; Movie: SubjectRealCategory; Live: SubjectRealCategory; Show: SubjectRealCategory; };