React Design Patterns Documentation - v0.0.3
GitHub
Preparing search index...
app/api/products/route
Product
Interface Product
interface
Product
{
id
:
number
;
name
:
string
;
description
:
string
;
price
:
number
;
currency
:
string
;
category
:
string
;
image
:
string
;
inStock
:
boolean
;
rating
:
number
;
reviews
:
number
;
tags
:
string
[]
;
createdAt
:
string
;
}
Index
Properties
id
name
description
price
currency
category
image
in
Stock
rating
reviews
tags
created
At
Properties
id
id
:
number
name
name
:
string
description
description
:
string
price
price
:
number
currency
currency
:
string
category
category
:
string
image
image
:
string
in
Stock
inStock
:
boolean
rating
rating
:
number
reviews
reviews
:
number
tags
tags
:
string
[]
created
At
createdAt
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
description
price
currency
category
image
in
Stock
rating
reviews
tags
created
At
GitHub
React Design Patterns Documentation - v0.0.3
Loading...