0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 02:50:44 -05:00

Updated ITraderPurchaseData to be an interface

This commit is contained in:
Chomp 2025-01-20 10:04:14 +00:00
parent 1048d23f64
commit 8caa80b224

View File

@ -28,7 +28,7 @@ export interface ISptProfile {
customisationUnlocks: ICustomisationStorage[];
}
export class ITraderPurchaseData {
export interface ITraderPurchaseData {
count: number;
purchaseTimestamp: number;
}