spacebar/dist/Schema/Guild.js
2021-02-09 19:15:08 +01:00

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