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,7 +1,6 @@
import { SWRHook } from '@commerce/utils/types'
import useSearch, { UseSearch } from '@commerce/product/use-search'
import { Product } from '@commerce/types/product'
import { Product as MedusaProduct } from '@medusajs/medusa-js/lib/types'
import { MedusaProduct } from '@framework/types'
import { normalizeProduct } from '@framework/utils/normalizers/normalize-products'
export default useSearch as UseSearch<typeof handler>