mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 01:22:08 +08:00
feat: ts support
This commit is contained in:
1
module_types/base.d.ts
vendored
1
module_types/base.d.ts
vendored
@ -1,6 +1,7 @@
|
||||
export interface APIBaseResponse {
|
||||
code: number
|
||||
cookie: string
|
||||
[index: string]: unknown
|
||||
}
|
||||
|
||||
export interface RequestBaseConfig {
|
||||
|
Reference in New Issue
Block a user