18 lines
314 B
Markdown
18 lines
314 B
Markdown
# 🏙️ gisStationsStaticDistrictSlice
|
|
|
|
Verwaltet statische Daten für GIS-Bezirksstationen.
|
|
|
|
## 🔧 Pfad
|
|
`/redux/slices/webService/gisStationsStaticDistrictSlice.js`
|
|
|
|
## 📦 Initial State
|
|
|
|
```ts
|
|
{
|
|
data: [],
|
|
status: "idle",
|
|
error: null
|
|
}
|
|
```
|
|
|
|
## 🔁 Thunk: `fetchGisStationsStaticDistrictFromWebService` |