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

@@ -28,6 +28,7 @@ export interface FahrzeugBuchungListItem {
beginn: string; // ISO
ende: string; // ISO
abgesagt: boolean;
gebucht_von: string;
gebucht_von_name?: string | null;
}
@@ -35,7 +36,6 @@ export interface FahrzeugBuchung extends FahrzeugBuchungListItem {
beschreibung?: string | null;
kontakt_person?: string | null;
kontakt_telefon?: string | null;
gebucht_von: string;
abgesagt_grund?: string | null;
erstellt_am: string;
aktualisiert_am: string;