This commit is contained in:
Matthias Hochmeister
2026-03-16 15:26:43 +01:00
parent 023bd7acbb
commit c15d4a50e0
13 changed files with 142 additions and 43 deletions

View File

@@ -43,6 +43,7 @@ export interface FahrzeugBuchungListItem {
beginn: Date;
ende: Date;
abgesagt: boolean;
gebucht_von: string;
gebucht_von_name?: string | null;
}