forked from OpenWF/SpaceNinjaServer
chore: remove unused IInventoryResponseDocument
This commit is contained in:
parent
f310028e42
commit
1c186450e1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user