@medusajs/types
Advanced tools
Comparing version 1.10.2-snapshot-20230810121138 to 1.10.2-snapshot-20230814153423
import { AddressDTO } from "../../address"; | ||
import { WorkflowInputConfig } from "../common"; | ||
export interface CreateLineItemInputDTO { | ||
@@ -8,3 +7,2 @@ variant_id: string; | ||
export interface CreateCartWorkflowInputDTO { | ||
config?: WorkflowInputConfig; | ||
region_id?: string; | ||
@@ -11,0 +9,0 @@ country_code?: string; |
{ | ||
"name": "@medusajs/types", | ||
"version": "1.10.2-snapshot-20230810121138", | ||
"version": "1.10.2-snapshot-20230814153423", | ||
"description": "Medusa Types definition", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
101450
2432