mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Normalizing more operations
This commit is contained in:
2
framework/types.d.ts
vendored
2
framework/types.d.ts
vendored
@@ -9,7 +9,7 @@ interface Product extends Entity {
|
||||
slug: string
|
||||
path?: string
|
||||
images: ProductImage[] | any[] | undefined
|
||||
variants: ProductVariant[] | any[] | undefined
|
||||
variants: ProductVariant[] | any[] | null | undefined
|
||||
price: ProductPrice
|
||||
}
|
||||
interface ProductImage {
|
||||
|
Reference in New Issue
Block a user