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,6 +1,6 @@
import { OperationContext } from '@commerce/api/operations'
import { Product } from '@commerce/types/product'
import { Product as MedusaProduct } from '@medusajs/medusa-js/lib/types'
import { MedusaProduct } from '@framework/types'
import { MedusaConfig } from '..'
export type GetAllProductPathsResult = {