UNPKG

ts3-nodejs-library

Version:
10 lines 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectType = void 0; var SelectType; (function (SelectType) { SelectType[SelectType["NONE"] = 0] = "NONE"; SelectType[SelectType["SID"] = 1] = "SID"; SelectType[SelectType["PORT"] = 2] = "PORT"; })(SelectType || (exports.SelectType = SelectType = {})); //# sourceMappingURL=context.js.map