mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-24 03:49:11 -05:00
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
export enum QueuingType {
|
|
PlayingNext = 'PLAYING_NEXT',
|
|
DirectlyQueued = 'DIRECTLY_QUEUED',
|
|
FromSelection = 'FROM_SELECTION',
|
|
}
|