Type Alias: SoundManagerInternalBusEventMap
ts
type SoundManagerInternalBusEventMap = EventMap<{
play: [Notification];
}>;A map of events used internally by the SoundManager.