Verbrauchsausweis Gewerbe

This commit is contained in:
Moritz Utcke
2025-02-02 20:43:45 +07:00
parent 51fb7ad9b6
commit 02b15d85c0
8 changed files with 2984 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
import { AufnahmeClient, BenutzerClient, ObjektClient, UploadedGebaeudeBild, VerbrauchsausweisGewerbeClient } from "#components/Ausweis/types.js";
export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewerbeClient, aufnahme: AufnahmeClient, objekt: ObjektClient, bilder: UploadedGebaeudeBild[], user: BenutzerClient) {
}