chore: fix TSDocs of shipment.created event (#13273)

This commit is contained in:
Shahed Nasser
2025-08-22 13:08:42 +03:00
committed by GitHub
parent de3fba6f86
commit 92e3b2b432

View File

@@ -796,7 +796,7 @@ export const FulfillmentWorkflowEvents = {
* @eventPayload
* ```ts
* {
* id, // the ID of the shipment
* id, // the ID of the fulfillment
* no_notification, // (boolean) whether to notify the customer
* }
* ```