mirror of
https://github.com/vercel/commerce.git
synced 2025-07-30 13:41:22 +00:00
Type fixes
This commit is contained in:
@@ -35,6 +35,11 @@ export type Cart = {
|
||||
base_amount: number
|
||||
discount_amount: number
|
||||
cart_amount: number
|
||||
redirect_urls: {
|
||||
cart_url: string
|
||||
checkout_url: string
|
||||
embedded_checkout_url: string
|
||||
}
|
||||
line_items: {
|
||||
custom_items: any[]
|
||||
digital_items: any[]
|
||||
|
Reference in New Issue
Block a user