UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

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