chore(core-flows,types,utils): fixes to TSDocs (#12692)

This commit is contained in:
Shahed Nasser
2025-06-10 18:33:41 +03:00
committed by GitHub
parent d8b196d6b1
commit 5ba842bfb0
4 changed files with 15 additions and 9 deletions

View File

@@ -56,6 +56,9 @@ export const POST = async (
.json({ draft_order: result.data[0] as HttpTypes.AdminDraftOrder })
}
/**
* @version 2.8.4
*/
export const DELETE = async (
req: AuthenticatedMedusaRequest,
res: MedusaResponse