mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-03 17:12:09 +08:00
fix lint error
This commit is contained in:
parent
b59eaf492b
commit
6a77fba237
6
interface.d.ts
vendored
6
interface.d.ts
vendored
@ -1262,8 +1262,10 @@ export function user_replacephone(
|
||||
|
||||
export function user_safe(params: RequestBaseConfig): Promise<Response>
|
||||
|
||||
export function dj_subscriber(params: {
|
||||
export function dj_subscriber(
|
||||
params: {
|
||||
id: number | string
|
||||
limit?: number | string
|
||||
time?: number | string
|
||||
} & RequestBaseConfig,): Promise<Response>
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
Loading…
x
Reference in New Issue
Block a user