feat: clan xp #1100

Merged
Sainan merged 4 commits from clan-xp into main 2025-03-08 01:44:31 -08:00
Showing only changes of commit a5fc6cd99d - Show all commits

View File

@ -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;