14 lines
249 B
TypeScript
14 lines
249 B
TypeScript
/**
|
|
* @schema StoreCurrencyResponse
|
|
* type: object
|
|
* description: The currency's details.
|
|
* x-schemaName: StoreCurrencyResponse
|
|
* required:
|
|
* - currency
|
|
* properties:
|
|
* currency:
|
|
* $ref: "#/components/schemas/StoreCurrency"
|
|
*
|
|
*/
|
|
|