Interface representing Queue of tracks
Data is a dictionary with unique songs. Song here won't be repeated
Index of current playing song from {@link SongQueue#order}
Order is an array with songID corresponding to {@link SongQueue#data} Items may be repeated
Generated using TypeDoc
Interface representing Queue of tracks