Files
medusa-store/www/apps/docs/content/references/js-client/modules/internal-4.md
github-actions[bot] daea35fe73 chore(docs): Generated JS Client Reference (#5334)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2023-10-10 17:47:07 +00:00

1.5 KiB

displayed_sidebar
displayed_sidebar
jsClientSidebar

Module: internal

Classes

Type Aliases

AdminCurrenciesListRes

Ƭ AdminCurrenciesListRes: PaginatedResponse & { currencies: Currency[] }

Schema

AdminCurrenciesListRes type: object required:

  • currencies
  • count
  • offset
  • limit properties: currencies: type: array description: An array of currency details. items: $ref: "#/components/schemas/Currency" count: type: integer description: The total number of items available offset: type: integer description: The number of currencies skipped when retrieving the currencies. limit: type: integer description: The number of items per page

Defined in

packages/medusa/dist/api/routes/admin/currencies/index.d.ts:29


AdminCurrenciesRes

Ƭ AdminCurrenciesRes: Object

Schema

AdminCurrenciesRes type: object required:

  • currency properties: currency: description: Currency details. $ref: "#/components/schemas/Currency"

Type declaration

Name Type
currency Currency

Defined in

packages/medusa/dist/api/routes/admin/currencies/index.d.ts:42