14 lines
249 B
TypeScript
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"
|
|
*
|
|
*/
|
|
|