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

export const SOUND_ACTION_COMMAND = {
  PLAY: 'Play',
} as const;
