UNPKG

challonge-ts

Version:
6 lines (5 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TournamentInterfaces = void 0; var tournament_interface_1 = require("./tournament.interface"); Object.defineProperty(exports, "TournamentInterfaces", { enumerable: true, get: function () { return tournament_interface_1.TournamentInterfaces; } });