mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-22 14:43:10 +00:00
修复interface不完整问题 #1356
This commit is contained in:
parent
5942e265bf
commit
a8a20ae48b
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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user