new features
This commit is contained in:
@@ -71,4 +71,5 @@ export interface CreateBuchungInput {
|
||||
buchungsArt: BuchungsArt;
|
||||
kontaktPerson?: string | null;
|
||||
kontaktTelefon?: string | null;
|
||||
ganztaegig?: boolean;
|
||||
}
|
||||
|
||||
@@ -58,6 +58,7 @@ export interface FahrzeugWartungslog {
|
||||
kraftstoff_liter: number | null;
|
||||
kosten: number | null;
|
||||
externe_werkstatt: string | null;
|
||||
dokument_url: string | null;
|
||||
erfasst_von: string | null;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user