diff --git a/project/src/callbacks/CustomizationCallbacks.ts b/project/src/callbacks/CustomizationCallbacks.ts index fcc4ad3a..9ef1c03d 100644 --- a/project/src/callbacks/CustomizationCallbacks.ts +++ b/project/src/callbacks/CustomizationCallbacks.ts @@ -4,9 +4,9 @@ import type { IPmcData } from "@spt/models/eft/common/IPmcData"; import type { ICustomisationStorage } from "@spt/models/eft/common/tables/ICustomisationStorage"; import type { ISuit } from "@spt/models/eft/common/tables/ITrader"; import type { IBuyClothingRequestData } from "@spt/models/eft/customization/IBuyClothingRequestData"; +import type { ICustomizationSetRequest } from "@spt/models/eft/customization/ICustomizationSetRequest"; import type { IGetSuitsResponse } from "@spt/models/eft/customization/IGetSuitsResponse"; import type { IWearClothingRequestData } from "@spt/models/eft/customization/IWearClothingRequestData"; -import type { ICustomizationSetRequest } from "@spt/models/eft/customization/iCustomizationSetRequest"; import type { IHideoutCustomisation } from "@spt/models/eft/hideout/IHideoutCustomisation"; import type { IGetBodyResponseData } from "@spt/models/eft/httpResponse/IGetBodyResponseData"; import type { IItemEventRouterResponse } from "@spt/models/eft/itemEvent/IItemEventRouterResponse"; diff --git a/project/src/controllers/CustomizationController.ts b/project/src/controllers/CustomizationController.ts index 4489c954..27ba1f67 100644 --- a/project/src/controllers/CustomizationController.ts +++ b/project/src/controllers/CustomizationController.ts @@ -6,8 +6,8 @@ import type { IBuyClothingRequestData, IPaymentItemForClothing, } from "@spt/models/eft/customization/IBuyClothingRequestData"; +import type { ICustomizationSetRequest } from "@spt/models/eft/customization/ICustomizationSetRequest"; import type { IWearClothingRequestData } from "@spt/models/eft/customization/IWearClothingRequestData"; -import type { ICustomizationSetRequest } from "@spt/models/eft/customization/iCustomizationSetRequest"; import type { IHideoutCustomisation } from "@spt/models/eft/hideout/IHideoutCustomisation"; import type { IItemEventRouterResponse } from "@spt/models/eft/itemEvent/IItemEventRouterResponse"; import type { ILogger } from "@spt/models/spt/utils/ILogger";