@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
8 lines (7 loc) • 424 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ballShooterStatusSchema = exports.ballShooterCommandSchema = void 0;
const zod_1 = require("zod");
const BallShooter_const_1 = require("./BallShooter.const");
exports.ballShooterCommandSchema = zod_1.z.enum(BallShooter_const_1.BALL_SHOOTER_COMMAND);
exports.ballShooterStatusSchema = zod_1.z.enum(BallShooter_const_1.BALL_SHOOTER_STATUS);