8 lines
206 B
JavaScript
8 lines
206 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.GuildSchema = void 0;
|
|
exports.GuildSchema = {
|
|
name: String,
|
|
$region: String,
|
|
};
|
|
//# sourceMappingURL=Guild.js.map
|