mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
Fix typescript
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
3743982471
commit
fc05c0b189
@ -1,11 +1,6 @@
|
||||
import * as Core from '@vercel/commerce/types/product'
|
||||
|
||||
export type Product = Core.Product
|
||||
export * from '@vercel/commerce/types/product'
|
||||
|
||||
export type ProductVariant = Core.ProductVariant & {
|
||||
price?: number
|
||||
}
|
||||
|
||||
export type ProductOption = Core.ProductOption
|
||||
|
||||
export type ProductOptionValues = Core.ProductOptionValues
|
||||
|
Loading…
x
Reference in New Issue
Block a user