Files
medusa-store/www/apps/resources/references/currency/interfaces/currency.ICurrencyModuleService/page.mdx
Shahed Nasser 1f360a3245 docs-util: support models implemented with DML in typedoc custom plugins (#7847)
- Support generating reference for models implemented with DML
- Support resolving and generating mermaid diagram for relations

The Currency Module was used an example so its reference is generated to showcase the work of this PR.
2024-07-01 07:34:51 +00:00

19 lines
777 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
displayed_sidebar: currencyReference
slug: /references/currency
---
import { TypeList } from "docs-ui"
# ICurrencyModuleService Reference
This section of the documentation provides a reference to the `ICurrencyModuleService` interfaces methods. This is the interface developers use to use the functionalities provided by the Currency Module.
The main service interface for the Currency Module.
## Methods
- [retrieveCurrency](../../ICurrencyModuleService/methods/currency.ICurrencyModuleService.retrieveCurrency/page.mdx)
- [listCurrencies](../../ICurrencyModuleService/methods/currency.ICurrencyModuleService.listCurrencies/page.mdx)
- [listAndCountCurrencies](../../ICurrencyModuleService/methods/currency.ICurrencyModuleService.listAndCountCurrencies/page.mdx)