export type QueueTrack = {
    trackId: string;
    albumId: string;
    from: string;
};
