1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 04:32:35 +01:00

added missing build for guild schema

This commit is contained in:
xnacly 2021-02-09 19:10:35 +01:00
parent 1857e78089
commit 74284682d5
3 changed files with 17 additions and 0 deletions

8
dist/Schema/Guild.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
export declare const Guild: {
name: StringConstructor;
$region: StringConstructor;
};
export interface Guild {
name: string;
region?: string;
}

8
dist/Schema/Guild.js vendored Normal file
View File

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

1
dist/Schema/Guild.js.map vendored Normal file
View File

@ -0,0 +1 @@
{"version":3,"file":"Guild.js","sourceRoot":"","sources":["../../src/Schema/Guild.ts"],"names":[],"mappings":";;;AAAa,QAAA,KAAK,GAAG;IACpB,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,MAAM;CAcf,CAAC"}