diff --git a/TypeScript/1LogToConsole/types/models/spt/config/IRagfairConfig.d.ts b/TypeScript/1LogToConsole/types/models/spt/config/IRagfairConfig.d.ts index 78e1cbe..1eb640b 100644 --- a/TypeScript/1LogToConsole/types/models/spt/config/IRagfairConfig.d.ts +++ b/TypeScript/1LogToConsole/types/models/spt/config/IRagfairConfig.d.ts @@ -21,6 +21,8 @@ export interface Sell { reputation: Reputation; /** How many hours are simulated to figure out if player offer was sold */ simulatedSellHours: number; + /**Seconds from clicking remove to remove offer from market */ + expireSeconds: number; } export interface Chance { base: number;