Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
StockItem
Interface StockItem<T>
interface
StockItem
<
T
=
Record
<
string
,
unknown
>
>
{
id
:
string
;
currentStock
:
number
;
maxStock
:
number
;
restockAmount
:
number
;
restockIntervalMs
:
number
;
basePrice
:
number
;
payload
?:
T
;
ageSinceRestockMs
:
number
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
id
current
Stock
max
Stock
restock
Amount
restock
Interval
Ms
base
Price
payload?
age
Since
Restock
Ms
Properties
id
id
:
string
current
Stock
currentStock
:
number
max
Stock
maxStock
:
number
restock
Amount
restockAmount
:
number
restock
Interval
Ms
restockIntervalMs
:
number
base
Price
basePrice
:
number
Optional
payload
payload
?:
T
age
Since
Restock
Ms
ageSinceRestockMs
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
current
Stock
max
Stock
restock
Amount
restock
Interval
Ms
base
Price
payload
age
Since
Restock
Ms
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...