新增精品歌单标签列表接口 #921, 新增用户等级信息接口 #929,增加新接口的 d.ts 文件,修复登录接口的 d.ts 的 countrycode 为非可选属性的错误

This commit is contained in:
binaryify
2020-09-19 18:43:52 +08:00
parent cb4c07f421
commit 50a1cb367b
13 changed files with 77 additions and 6 deletions

2
interface.d.ts vendored
View File

@ -178,3 +178,5 @@ export * from './module_types/video_timeline_recommend'
export * from './module_types/video_url'
export * from './module_types/weblog'
export * from './module_types/base'
export * from './module_types/user_level'
export * from './module_types/playlist_highquality_tags'