trade360-nodejs-sdk
Version:
LSports Trade360 SDK for Node.js
9 lines • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ActiveParticipant = void 0;
var ActiveParticipant;
(function (ActiveParticipant) {
ActiveParticipant[ActiveParticipant["InActive"] = 0] = "InActive";
ActiveParticipant[ActiveParticipant["Active"] = 1] = "Active";
})(ActiveParticipant || (exports.ActiveParticipant = ActiveParticipant = {}));
//# sourceMappingURL=active-participant.js.map