This commit is contained in:
2022-11-14 07:43:53 +01:00
parent 6aa6955fa8
commit 1380575845
3 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import {IIngredient} from "./IIngredient";
import * as mongoose from "mongoose";
export interface IContainer extends mongoose.Document {
export interface IContainer {
slot: number;
content: IIngredient|undefined;
volume: number;