calendar and vehicle booking rework
This commit is contained in:
@@ -63,6 +63,14 @@ export interface MaintenanceWindow {
|
||||
ausser_dienst_bis: string;
|
||||
}
|
||||
|
||||
export interface BuchungsKategorie {
|
||||
id: number;
|
||||
bezeichnung: string;
|
||||
farbe: string;
|
||||
aktiv: boolean;
|
||||
sort_order: number;
|
||||
}
|
||||
|
||||
export interface CreateBuchungInput {
|
||||
fahrzeugId: string;
|
||||
titel: string;
|
||||
|
||||
Reference in New Issue
Block a user