fix(types): add missing completed_at property for carts (#14412)
This commit is contained in:
5
.changeset/easy-paws-kick.md
Normal file
5
.changeset/easy-paws-kick.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@medusajs/types": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix(types): add missing completed_at property for carts
|
||||||
@@ -199,6 +199,11 @@ export interface BaseCart {
|
|||||||
* The sum of all shipping methods' original tax totals before discounts.
|
* The sum of all shipping methods' original tax totals before discounts.
|
||||||
*/
|
*/
|
||||||
original_shipping_tax_total: number
|
original_shipping_tax_total: number
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The date the cart was completed.
|
||||||
|
*/
|
||||||
|
completed_at?: string | Date
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface BaseCartAddress {
|
export interface BaseCartAddress {
|
||||||
|
|||||||
Reference in New Issue
Block a user