#Playlist Details
Get all the tracks of a playlist.
#Usage
- Import the Function
- Invoke the Function
#Function Parameters
#Return Value
The function returns an array of objects, containing detailed information about the playlist tracks. The structure of each object conforms to the IPlaylistTracks
interface defined in the interfaces/index.ts
file.