Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit a8a20ae

Browse files
committed
修复interface不完整问题 #1356
1 parent 5942e26 commit a8a20ae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

interface.d.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,14 @@ export function artist_detail(
13751375
} & RequestBaseConfig,
13761376
): Promise<Response>
13771377

1378-
export function cloud(params: RequestBaseConfig): Promise<Response>
1378+
export function cloud(
1379+
params: {
1380+
songFile: {
1381+
name: string
1382+
data: Buffer
1383+
}
1384+
} & RequestBaseConfig,
1385+
): Promise<Response>
13791386

13801387
export function topic_detail(
13811388
params: {

0 commit comments

Comments
 (0)