Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
BuyResult
Interface BuyResult
interface
BuyResult
{
ok
:
boolean
;
reason
?:
"unknown_item"
|
"out_of_stock"
|
"invalid_qty"
;
unitsSold
:
number
;
totalCost
:
number
;
}
Index
Properties
ok
reason?
units
Sold
total
Cost
Properties
ok
ok
:
boolean
Optional
reason
reason
?:
"unknown_item"
|
"out_of_stock"
|
"invalid_qty"
units
Sold
unitsSold
:
number
total
Cost
totalCost
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ok
reason
units
Sold
total
Cost
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...