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:
parent
1857e78089
commit
74284682d5
8
dist/Schema/Guild.d.ts
vendored
Normal file
8
dist/Schema/Guild.d.ts
vendored
Normal 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
8
dist/Schema/Guild.js
vendored
Normal 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
1
dist/Schema/Guild.js.map
vendored
Normal 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"}
|
Loading…
Reference in New Issue
Block a user