mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
ts error
This commit is contained in:
@@ -10,8 +10,8 @@ import { useUI } from '@components/ui/context'
|
||||
|
||||
interface ProductData {
|
||||
name: string
|
||||
images: any
|
||||
prices: any
|
||||
images?: any
|
||||
prices?: any
|
||||
path: string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user