QueueJSONThe queue json.API/Interfaces/QueueJSONhoshimi/src/types/Queue.d.tsSignatureexport interface QueueJSONProperties3trackshistorycurrentMethods0No methods.Propertiestracks#tracks: TrackJSON[];The tracks of the queue.@type{TrackJSON[]}history#history: TrackJSON[];The previous tracks of the queue.@type{TrackJSON[]}current#current: TrackJSON | null;The current track of the queue.@type{TrackJSON | null}