UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

4 lines (3 loc) 133 B
import { z } from 'zod'; import { soundNameSchema } from './Sounds.schema'; export type SoundName = z.infer<typeof soundNameSchema>;