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

32 lines
739 B
TypeScript

/**
* @schema AdminCurrencyListResponse
* type: object
* description: The paginated list of currencies.
* x-schemaName: AdminCurrencyListResponse
* required:
* - limit
* - offset
* - count
* - currencies
* properties:
* limit:
* type: number
* title: limit
* description: The maximum number of items returned.
* offset:
* type: number
* title: offset
* description: The number of items skipped before retrieving the returned items.
* count:
* type: number
* title: count
* description: The total number of items.
* currencies:
* type: array
* description: The list of currencies.
* items:
* $ref: "#/components/schemas/AdminCurrency"
*
*/