UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

7 lines (6 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.soundNameSchema = void 0; const zod_1 = require("zod"); const Sounds_const_1 = require("./Sounds.const"); exports.soundNameSchema = zod_1.z.enum(Sounds_const_1.SOUND_NAME);