- 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.
19 lines
777 B
Plaintext
19 lines
777 B
Plaintext
---
|
||
displayed_sidebar: currencyReference
|
||
slug: /references/currency
|
||
---
|
||
|
||
import { TypeList } from "docs-ui"
|
||
|
||
# ICurrencyModuleService Reference
|
||
|
||
This section of the documentation provides a reference to the `ICurrencyModuleService` interface’s 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)
|