update
This commit is contained in:
@@ -228,3 +228,14 @@ export interface Fahrgenehmigung {
|
||||
klasse: string;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
export interface Ausbildung {
|
||||
id: string;
|
||||
kursname: string;
|
||||
kurs_datum: string | null;
|
||||
ablaufdatum: string | null;
|
||||
ort: string | null;
|
||||
bemerkung: string | null;
|
||||
status: string;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user