"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VoteType = void 0;
var VoteType;
(function (VoteType) {
VoteType["VOTE"] = "\u6295\u7968";
VoteType["BET"] = "\u6295\u6CE8";
})(VoteType = exports.VoteType || (exports.VoteType = {}));