export const PLAY_SOUND_DURATION = {
  INFINITE: 'infinite',
} as const;
