0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 21:30:43 -05:00

Removed another type

This commit is contained in:
Chomp 2024-12-26 23:40:41 +00:00
parent fe2983d2df
commit 678cf903a2

View File

@ -3,7 +3,7 @@ import type { InventoryCallbacks } from "@spt/callbacks/InventoryCallbacks";
import { HandledRoute, ItemEventRouterDefinition } from "@spt/di/Router";
import type { IPmcData } from "@spt/models/eft/common/IPmcData";
import type { IItemEventRouterResponse } from "@spt/models/eft/itemEvent/IItemEventRouterResponse";
import type { ItemEventActions } from "@spt/models/enums/ItemEventActions";
import { ItemEventActions } from "@spt/models/enums/ItemEventActions";
import { inject, injectable } from "tsyringe";
@injectable()