fix: IGenericItemDatabase (#171)
This commit is contained in:
parent
9f98a68630
commit
36ebc52696
@ -95,7 +95,7 @@ export interface IGenericItem {
|
||||
}
|
||||
|
||||
export interface IGenericItemDatabase extends Omit<IGenericItem, "ItemId"> {
|
||||
_id: Types.ItemId;
|
||||
_id: Types.ObjectId;
|
||||
}
|
||||
|
||||
export type TGenericItemKey = "Suits" | "LongGuns" | "Pistols" | "Melee";
|
||||
|
Loading…
x
Reference in New Issue
Block a user