generate references (#7882)

This commit is contained in:
Shahed Nasser
2024-07-01 16:02:36 +03:00
committed by GitHub
parent b9036eca1a
commit dd864da4e0
2424 changed files with 106679 additions and 116201 deletions
@@ -9,6 +9,15 @@ import { TypeList } from "docs-ui"
This documentation provides a reference to the data models in the Store Module
## Relations Overview
```mermaid
erDiagram
Store ||--|| StoreCurrency : supported_currencies
```
## Classes
- [StoreCurrency](../../store_models/classes/store_models.StoreCurrency/page.mdx)
- [Store](../../store_models/classes/store_models.Store/page.mdx)