update the culprit licenses chnged and ActualPremium

This commit is contained in:
2026-09-19 13:09:28 +03:30
parent 85576e7c5e
commit be06bfe1b5
6 changed files with 36 additions and 6 deletions

View File

@@ -39,6 +39,10 @@ export class ClaimVehicleSnapshot {
@Prop({ type: String })
price?: string;
/** Vehicle value in Rial from hull policy VehicleValue or expert assessment. */
@Prop({ type: Number })
carPrice?: number;
}
export const ClaimVehicleSnapshotSchema =
SchemaFactory.createForClass(ClaimVehicleSnapshot);