Files
medusa-store/www/utils/generated/oas-output/schemas/AdminOrderChangesResponse.ts
Shahed Nasser 2c8ae6073e oas: [6/n] improve oas schemas (#9122)
Improve oas schemas [6/n]
2024-09-13 07:23:09 +00:00

17 lines
355 B
TypeScript

/**
* @schema AdminOrderChangesResponse
* type: object
* description: The details of an order's changes.
* x-schemaName: AdminOrderChangesResponse
* required:
* - order_changes
* properties:
* order_changes:
* type: array
* description: An order's changes.
* items:
* $ref: "#/components/schemas/BaseOrderChange"
*
*/