mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 02:12:07 +08:00
修复interface不完整问题 #1356
This commit is contained in:
9
interface.d.ts
vendored
9
interface.d.ts
vendored
@ -1375,7 +1375,14 @@ export function artist_detail(
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function cloud(params: RequestBaseConfig): Promise<Response>
|
||||
export function cloud(
|
||||
params: {
|
||||
songFile: {
|
||||
name: string
|
||||
data: Buffer
|
||||
}
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
export function topic_detail(
|
||||
params: {
|
||||
|
Reference in New Issue
Block a user