tidal-hifi/src/constants/statuses.ts

5 lines
71 B
TypeScript

export const statuses = {
playing: "playing",
paused: "paused",
};