forked from Yara724/api
Harden inquiry participant edge cases
This commit is contained in:
@@ -66,6 +66,7 @@ export class InquiryParticipant {
|
||||
@Prop({ type: Boolean }) hasDrivingLicense?: boolean;
|
||||
@Prop() licenseNumber?: string;
|
||||
@Prop() licenseType?: string;
|
||||
@Prop({ type: Boolean }) unknown?: boolean;
|
||||
}
|
||||
export const InquiryParticipantSchema =
|
||||
SchemaFactory.createForClass(InquiryParticipant);
|
||||
|
||||
Reference in New Issue
Block a user