Files
medusa-store/www/utils/generated/oas-output/schemas/AdminOrderChangesResponse.ts
2024-08-30 08:35:10 +02:00

17 lines
335 B
TypeScript

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