mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Progress
This commit is contained in:
4
framework/types.d.ts
vendored
4
framework/types.d.ts
vendored
@@ -2,13 +2,13 @@ interface Product {
|
||||
id: string | number
|
||||
name: string
|
||||
description: string
|
||||
images: Images[]
|
||||
images: Image[]
|
||||
slug: string
|
||||
price: string
|
||||
variantId: string
|
||||
}
|
||||
|
||||
interface Images {
|
||||
interface Image {
|
||||
src: string
|
||||
alt?: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user