mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-27 21:48:49 -06:00
5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
export enum QueuingType {
|
|
PlayingNext = "PLAYING_NEXT",
|
|
DirectlyQueued = "DIRECTLY_QUEUED",
|
|
FromSelection = "FROM_SELECTION"
|
|
} |