mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
✨ feat: product caroucel
:%s
This commit is contained in:
7
src/utils/types.utils.ts
Normal file
7
src/utils/types.utils.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface ProductProps {
|
||||
category: string
|
||||
name: string
|
||||
weight: string
|
||||
price: string
|
||||
imageSrc: string
|
||||
}
|
Reference in New Issue
Block a user