mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
fix(types): playlist_track_all limit&offset params
This commit is contained in:
parent
18cc8ce66b
commit
764960a17d
2
interface.d.ts
vendored
2
interface.d.ts
vendored
@ -1561,6 +1561,8 @@ export function playlist_track_all(
|
||||
params: {
|
||||
id: number | string
|
||||
s?: number | string
|
||||
limit?: number
|
||||
offset?: number
|
||||
} & RequestBaseConfig,
|
||||
): Promise<Response>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user