featuer change for calendar

This commit is contained in:
Matthias Hochmeister
2026-03-02 17:26:01 +01:00
parent 314b6c3bed
commit 9a6b9511c8
5 changed files with 129 additions and 19 deletions

View File

@@ -41,11 +41,10 @@ export interface FahrzeugBuchung extends FahrzeugBuchungListItem {
export interface Fahrzeug {
id: string;
name: string;
kennzeichen?: string | null;
typ: string;
is_active: boolean;
archived_at?: string | null;
bezeichnung: string;
kurzname: string | null;
amtliches_kennzeichen: string | null;
status: string;
}
export interface CreateBuchungInput {