export enum QueuingType { PlayingNext = "PLAYING_NEXT", DirectlyQueued = "DIRECTLY_QUEUED", FromSelection = "FROM_SELECTION" }