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