UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

5 lines (3 loc) 154 B
import { z } from 'zod'; import { playSoundOptionsSchema } from './Sound.schema'; export type PlaySoundOptions = z.infer<typeof playSoundOptionsSchema>;