remove IGuild
This commit is contained in:
parent
57b3a5b9b3
commit
a5fc6cd99d
@ -2,12 +2,9 @@ import { Types } from "mongoose";
|
||||
import { IOid, IMongoDate } from "@/src/types/commonTypes";
|
||||
import { IFusionTreasure, IMiscItem, ITypeCount } from "@/src/types/inventoryTypes/inventoryTypes";
|
||||
|
||||
export interface IGuild {
|
||||
Name: string;
|
||||
}
|
||||
|
||||
export interface IGuildDatabase extends IGuild {
|
||||
export interface IGuildDatabase {
|
||||
_id: Types.ObjectId;
|
||||
Name: string;
|
||||
DojoComponents: IDojoComponentDatabase[];
|
||||
DojoCapacity: number;
|
||||
DojoEnergy: number;
|
||||
|
Loading…
x
Reference in New Issue
Block a user