add: data from MongoDB
Retrieve Data from MongoDB
This commit is contained in:
parent
85e6035a9a
commit
987b685c41
10 changed files with 5361 additions and 41 deletions
12
shared/db/Product.ts
Normal file
12
shared/db/Product.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
export type Product = {
|
||||
name: string
|
||||
brand: string
|
||||
image: string
|
||||
market: string
|
||||
category: string
|
||||
sku: string
|
||||
price: number
|
||||
pieces: number
|
||||
sheets: number
|
||||
layers: number
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue