docs
This commit is contained in:
15
docs/redux/thunks/database/pois/fetchPoiTypThunk.md
Normal file
15
docs/redux/thunks/database/pois/fetchPoiTypThunk.md
Normal file
@@ -0,0 +1,15 @@
|
||||
<!-- /docs/redux/thunks/database/pois/fetchPoiTypThunk.md -->
|
||||
|
||||
# 🗂️ fetchPoiTypThunk.js
|
||||
|
||||
Lädt alle verfügbaren POI-Typen aus der Datenbank.
|
||||
|
||||
## Verwendung
|
||||
|
||||
```js
|
||||
dispatch(fetchPoiTypThunk());
|
||||
```
|
||||
|
||||
## Intern
|
||||
|
||||
- Ruft `fetchPoiTypService()` auf
|
||||
Reference in New Issue
Block a user