docs: update imports of middlewares and http types (#9440)
This commit is contained in:
@@ -259,7 +259,7 @@ export const workflowHighlights = [
|
||||
import type {
|
||||
SubscriberConfig,
|
||||
SubscriberArgs,
|
||||
} from "@medusajs/medusa"
|
||||
} from "@medusajs/framework"
|
||||
import createProductWorkflow from "../workflows/create-product"
|
||||
|
||||
export default async function handleProductUpdate({
|
||||
@@ -309,7 +309,7 @@ For example, suppose an administrator changes the product data in the ERP system
|
||||
import {
|
||||
MedusaRequest,
|
||||
MedusaResponse,
|
||||
} from "@medusajs/medusa"
|
||||
} from "@medusajs/framework/http"
|
||||
import {
|
||||
IProductModuleService,
|
||||
UpdateProductDTO
|
||||
|
||||
Reference in New Issue
Block a user