chore(utils): small fix to payload in TSDocs (#12409)

This commit is contained in:
Shahed Nasser
2025-05-09 12:51:27 +03:00
committed by GitHub
parent 28285f309a
commit 89beaf38e1

View File

@@ -271,6 +271,7 @@ export const OrderEditWorkflowEvents = {
* {
* order_id, // The ID of the order
* actions, // (array) The [actions](https://docs.medusajs.com/resources/references/fulfillment/interfaces/fulfillment.OrderChangeActionDTO) to edit the order
* }
* ```
*/
CONFIRMED: "order-edit.confirmed",