YARA-1218

This commit is contained in:
SepehrYahyaee
2026-08-09 14:08:11 +03:30
parent d4cd8c9343
commit 8e4c794d61
3 changed files with 29 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ export class Person {
@Prop() nationalCodeOfDriver?: string;
@Prop() insurerLicense?: string;
@Prop() driverLicense?: string;
/** Driving licence type code from the Fanavaran lookup (GET /lookups/driving-licence-types). */
@Prop() licenseType?: string;
@Prop({ type: Boolean })
driverIsInsurer?: boolean;