Skip to content

Commit

Permalink
修复interface不完整问题 Binaryify#1356
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Sep 15, 2021
1 parent 5942e26 commit a8a20ae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion interface.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit a8a20ae

Please sign in to comment.