Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
StockItemSpec
Interface StockItemSpec<T>
interface
StockItemSpec
<
T
=
Record
<
string
,
unknown
>
>
{
id
:
string
;
currentStock
?:
number
;
maxStock
?:
number
;
restockAmount
?:
number
;
restockIntervalMs
?:
number
;
basePrice
?:
number
;
payload
?:
T
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
id
current
Stock?
max
Stock?
restock
Amount?
restock
Interval
Ms?
base
Price?
payload?
Properties
id
id
:
string
Optional
current
Stock
currentStock
?:
number
Optional
max
Stock
maxStock
?:
number
Optional
restock
Amount
restockAmount
?:
number
Optional
restock
Interval
Ms
restockIntervalMs
?:
number
Optional
base
Price
basePrice
?:
number
Optional
payload
payload
?:
T
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
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...