blob: e18d7129dd7b5fae6221e7ec858d3a76b3486b1b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Guild = void 0;
exports.Guild = {
name: String,
$region: String,
};
//# sourceMappingURL=Guild.js.map
|