readded types

This commit is contained in:
Kasper
2021-09-14 17:45:35 +02:00
parent cc83c1f0e9
commit 8d53034451
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 {