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'
|
import * as Core from '@vercel/commerce/types/product'
|
||||||
|
export * from '@vercel/commerce/types/product'
|
||||||
export type Product = Core.Product
|
|
||||||
|
|
||||||
export type ProductVariant = Core.ProductVariant & {
|
export type ProductVariant = Core.ProductVariant & {
|
||||||
price?: number
|
price?: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export type ProductOption = Core.ProductOption
|
|
||||||
|
|
||||||
export type ProductOptionValues = Core.ProductOptionValues
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user