add: driverslicence update

This commit is contained in:
Alex
2024-10-07 11:39:53 +02:00
parent 0314076669
commit dfbeabc93c
3 changed files with 16 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ interface DriversLicence {
licence_number: string | "";
issued_date: string | "";
expiration_date: string | "";
issuing_country: string | "";
country: string | "";
licence_categories: LicenceCategory[];
}