chore: remove unused IInventoryResponseDocument

This commit is contained in:
Sainan 2025-01-19 11:50:01 +01:00
parent f310028e42
commit 1c186450e1

View File

@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { Document, Types } from "mongoose";
import { Types } from "mongoose";
import { IOid, IMongoDate } from "../commonTypes";
import {
ArtifactPolarity,
@ -37,8 +37,6 @@ export interface IInventoryDatabase
WeaponSkins: IWeaponSkinDatabase[];
}
export interface IInventoryResponseDocument extends IInventoryResponse, Document {}
export interface IQuestKeyDatabase {
Progress?: IQuestProgress[];
unlock?: boolean;