Preparing search index...
The search index is not available
@fabric-space/fabric-async
@fabric-space/fabric-async
RewardProduct
Interface RewardProduct
interface
RewardProduct
{
id
:
string
;
product
:
{
description
?:
string
;
id
:
string
;
name
:
string
;
}
;
type
:
"product"
;
userInventory
:
{
id
:
string
;
quantity
:
number
;
}
;
}
Hierarchy (
view full
)
BaseRecord
<
"product"
>
RewardProduct
Index
Properties
id
product
type
user
Inventory
Properties
id
id
:
string
product
product
:
{
description
?:
string
;
id
:
string
;
name
:
string
;
}
type
type
user
Inventory
user
Inventory
:
{
id
:
string
;
quantity
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
product
type
user
Inventory
@fabric-space/fabric-async
Loading...