UNPKG

@ginstone/nga-api

Version:

10 lines (9 loc) 293 B
"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 = {}));