Verbrauchsausweis Gewerbe

This commit is contained in:
Moritz Utcke
2025-02-05 11:18:42 +07:00
parent 5fc1dd8f80
commit 7add66ab78
20 changed files with 339 additions and 210 deletions

View File

@@ -3,13 +3,15 @@
import Hilfe from "#components/Ausweis/Hilfe.svelte";
import {
AufnahmeClient,
BedarfsausweisWohnenClient,
BenutzerClient,
ObjektClient,
UploadedGebaeudeBild,
VerbrauchsausweisGewerbeClient,
VerbrauchsausweisWohnenClient,
} from "./types.js";
export let ausweis: VerbrauchsausweisWohnenClient;
export let ausweis: VerbrauchsausweisWohnenClient | VerbrauchsausweisGewerbeClient | BedarfsausweisWohnenClient;
export let bilder: UploadedGebaeudeBild[];
export let user: BenutzerClient;
export let objekt: ObjektClient;