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