This commit is contained in:
2026-04-30 09:57:28 +03:30
parent ebf8a9a624
commit 715a9f2467
3 changed files with 201 additions and 131 deletions

View File

@@ -205,6 +205,9 @@ export class ClaimFileRating {
@Prop({ type: Number, min: 0, max: 5 })
guiltyVehicleIdentification?: number;
@Prop({ type: Number, min: 0, max: 5 })
botRating?: number;
}
export const ClaimFileRatingSchema =
SchemaFactory.createForClass(ClaimFileRating);