From 8caa80b2249b35ba7ced0d04c9787cfa0926cc5c Mon Sep 17 00:00:00 2001 From: Chomp Date: Mon, 20 Jan 2025 10:04:14 +0000 Subject: [PATCH] Updated `ITraderPurchaseData` to be an interface --- project/src/models/eft/profile/ISptProfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/models/eft/profile/ISptProfile.ts b/project/src/models/eft/profile/ISptProfile.ts index da2b8183..6a91b18d 100644 --- a/project/src/models/eft/profile/ISptProfile.ts +++ b/project/src/models/eft/profile/ISptProfile.ts @@ -28,7 +28,7 @@ export interface ISptProfile { customisationUnlocks: ICustomisationStorage[]; } -export class ITraderPurchaseData { +export interface ITraderPurchaseData { count: number; purchaseTimestamp: number; }