@webshop/root - v1.0.0
HBO-ICT Knowledgebase
HBO-ICT.Cloud
Preparing search index...
shared/types
Product
Type Alias Product
Represents database response from product table. Can be a Game or Merchandise.
type
Product
=
{
createdAt
:
Date
;
description
:
string
;
id
:
number
;
price
:
number
;
thumbnail
:
string
;
title
:
string
;
type
:
"Game"
|
"Merch"
;
}
Index
Properties
created
At
description
id
price
thumbnail
title
type
Properties
created
At
createdAt
:
Date
description
description
:
string
id
id
:
number
price
price
:
number
thumbnail
thumbnail
:
string
title
title
:
string
type
type
:
"Game"
|
"Merch"
Settings
Member Visibility
Private
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
created
At
description
id
price
thumbnail
title
type
HBO-ICT Knowledgebase
HBO-ICT.Cloud
@webshop/root - v1.0.0
Loading...
Represents database response from product table. Can be a Game or Merchandise.