From fdc1faa8cb8c9f701c25a09bed688295abc83230 Mon Sep 17 00:00:00 2001 From: Sainan Date: Thu, 20 Jun 2024 04:04:41 +0200 Subject: [PATCH] fix: type of EmailItems --- src/types/inventoryTypes/inventoryTypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/inventoryTypes/inventoryTypes.ts b/src/types/inventoryTypes/inventoryTypes.ts index 28423edb..298ac010 100644 --- a/src/types/inventoryTypes/inventoryTypes.ts +++ b/src/types/inventoryTypes/inventoryTypes.ts @@ -170,7 +170,7 @@ export interface IInventoryResponse { SpectreLoadouts: ISpectreLoadout[]; SentinelWeapons: IEquipmentDatabase[]; Sentinels: IEquipmentDatabase[]; - EmailItems: ITypeXPItem[]; + EmailItems: ITypeCount[]; CompletedSyndicates: string[]; FocusXP: IFocusXP; Wishlist: string[];