- requestInfo<
T extends "SoundCloud"
| "LocalFile"
| "Url"
| "Youtube"
| "Spotify",
>(
id: string,
type: T,
manager: Manager,
): Promise<Track<T> | Track<T>[]> Type Parameters
- T extends "SoundCloud" | "LocalFile" | "Url" | "Youtube" | "Spotify"
Returns Promise<Track<T> | Track<T>[]>