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