forked from OpenWF/SpaceNinjaServer
cleanup: remove unused guild stuff (#156)
This commit is contained in:
parent
d07e99f0c9
commit
477f678244
@ -1,4 +1,4 @@
|
||||
import { IGuild, IDatabaseGuild } from "@/src/types/guildTypes";
|
||||
import { IGuild } from "@/src/types/guildTypes";
|
||||
import { model, Schema } from "mongoose";
|
||||
import { toOid } from "@/src/helpers/inventoryHelpers";
|
||||
|
||||
|
@ -5,14 +5,6 @@ export interface IGuild {
|
||||
Name: string;
|
||||
}
|
||||
|
||||
export interface IDatabaseGuild extends IGuild {
|
||||
_id: Types.ObjectId;
|
||||
}
|
||||
|
||||
export interface IGuildResponse extends IGuild {
|
||||
_id: IOid;
|
||||
}
|
||||
|
||||
export interface ICreateGuildRequest {
|
||||
guildName: string;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user