UNPKG

galeforce-tmp-sea

Version:

A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.

22 lines 726 B
"use strict"; /* The PlayerDTO is an interface for Clash player data returned from V1 endpoints. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Role = exports.Position = void 0; var Position; (function (Position) { Position["UNSELECTED"] = "UNSELECTED"; Position["FILL"] = "FILL"; Position["TOP"] = "TOP"; Position["JUNGLE"] = "JUNGLE"; Position["MIDDLE"] = "MIDDLE"; Position["BOTTOM"] = "BOTTOM"; Position["UTILITY"] = "UTILITY"; })(Position = exports.Position || (exports.Position = {})); var Role; (function (Role) { Role["CAPTAIN"] = "CAPTAIN"; Role["MEMBER"] = "MEMBER"; })(Role = exports.Role || (exports.Role = {})); //# sourceMappingURL=player.js.map