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

8 lines
194 B
JavaScript

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