提交 a8a20ae4 编写于 作者: B binaryify

修复interface不完整问题 #1356

上级 5942e265
......@@ -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: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册