export enum RepeatMode { Off = 'REPEAT_OFF', Track = 'REPEAT_TRACK', Playlist = 'REPEAT_PLAYLIST', }