mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-14 22:52:41 +01:00
8 lines
194 B
JavaScript
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
|