Files
medusa-store/www/utils/generated/oas-output/schemas/RefundReasonResponse.ts
Shahed Nasser be1adac024 chore(oas): [18/n] improve oas schemas (#9311)
Improve OAS schemas [18/n]
2024-09-26 14:08:10 +00:00

14 lines
266 B
TypeScript

/**
* @schema RefundReasonResponse
* type: object
* description: The refund reason's details.
* x-schemaName: RefundReasonResponse
* required:
* - refund_reason
* properties:
* refund_reason:
* $ref: "#/components/schemas/AdminRefundReason"
*
*/