mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-04-20 19:52:32 +02:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
export const statuses = {
|
|
playing: "playing",
|
|
paused: "paused",
|
|
};
|