feat(windkarte): stellungnahmeUrl-Feld + Einwendung-erstellen-Button im Detail-Panel
This commit is contained in:
@@ -18,6 +18,7 @@ export type WindArea = {
|
||||
investor?: string;
|
||||
gemeinden?: string[];
|
||||
stellungnahme?: { _slug: string; slug?: string } | string | null;
|
||||
stellungnahmeUrl?: string | null;
|
||||
stellungnahme_kriterien?: Array<TextFragment | { _slug: string } | string> | null;
|
||||
notizen?: string;
|
||||
geometry?: GeoJSON.Geometry;
|
||||
|
||||
Reference in New Issue
Block a user