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