challonge-ts
Version:
Challonge API interface
6 lines (5 loc) • 332 B
JavaScript
;
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; } });