new features

This commit is contained in:
Matthias Hochmeister
2026-03-23 16:47:36 +01:00
parent 8c66492b27
commit 690f260b71
9 changed files with 80 additions and 36 deletions

View File

@@ -27,6 +27,7 @@ export interface FahrzeugBuchungListItem {
buchungs_art: BuchungsArt;
beginn: string; // ISO
ende: string; // ISO
ganztaegig: boolean;
abgesagt: boolean;
gebucht_von: string;
gebucht_von_name?: string | null;