UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

6 lines (4 loc) 110 B
import type { SoundName } from '../../sounds'; export interface PlaySoundOptions { soundName: SoundName; }