mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 18:08:16 +00:00
New Version 1.1.1
This commit is contained in:
@@ -16,6 +16,7 @@ import {
|
||||
} from "./Guild";
|
||||
|
||||
export interface Template extends Document {
|
||||
id: string;
|
||||
code: string;
|
||||
name: string;
|
||||
description ? : string;
|
||||
@@ -29,6 +30,7 @@ export interface Template extends Document {
|
||||
}
|
||||
|
||||
export const TemplateSchema = new Schema({
|
||||
id: String,
|
||||
code: String,
|
||||
name: String,
|
||||
description: String,
|
||||
|
||||
Reference in New Issue
Block a user