Medusa provider (#3)

* initial provider

* readded types
This commit is contained in:
Kasper Fabricius Kristensen
2021-09-14 17:48:06 +02:00
committed by GitHub
parent 3342d9d1bb
commit 92d70c752f
9 changed files with 581 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
import { Customer } from '@commerce/types/customer'
import { Customer as MedusaCustomer } from '@medusajs/medusa-js/lib/types'
import { MedusaCustomer } from '@framework/types'
export function normalizeCustomer(customer: MedusaCustomer): Customer {
return {