Fix ratings and statistics

This commit is contained in:
SepehrYahyaee
2026-01-31 17:42:25 +03:30
parent 4eef873f91
commit f3982e7d5d
4 changed files with 164 additions and 1 deletions

View File

@@ -211,6 +211,9 @@ export class FileRating {
@Prop({ type: Number, min: 0, max: 5 })
guiltyVehicleIdentification: number;
@Prop({ type: Number, min: 0, max: 5 })
botRating: number;
}
export class PriceDrop {