export const MUSIC_VOLUME_STORAGE_KEY = "shirone:music:volume"; export const PLAYBACK_MODES = ["sequence", "repeat-one", "shuffle"] as const;