feat(orchestration,core-flows,medusa,product,types,utils): product import/export uses workflows (#5811)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { ContainerLike } from "@medusajs/types"
|
||||
|
||||
export function createContainerLike(obj): ContainerLike {
|
||||
return {
|
||||
resolve(key: string) {
|
||||
return obj[key]
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user