mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Updated ITraderPurchaseData
to be an interface
This commit is contained in:
parent
1048d23f64
commit
8caa80b224
@ -28,7 +28,7 @@ export interface ISptProfile {
|
|||||||
customisationUnlocks: ICustomisationStorage[];
|
customisationUnlocks: ICustomisationStorage[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export class ITraderPurchaseData {
|
export interface ITraderPurchaseData {
|
||||||
count: number;
|
count: number;
|
||||||
purchaseTimestamp: number;
|
purchaseTimestamp: number;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user