Files
medusa-store/www/utils/generated/oas-output/schemas/AdminCurrencyResponse.ts
Shahed Nasser 4b8d9cc735 oas: [3/n] improve oas schemas (#9042)
Improve oas schemas [3/n]
2024-09-07 06:16:00 +00:00

14 lines
249 B
TypeScript

/**
* @schema AdminCurrencyResponse
* type: object
* description: The currency's details.
* x-schemaName: AdminCurrencyResponse
* required:
* - currency
* properties:
* currency:
* $ref: "#/components/schemas/AdminCurrency"
*
*/