forked from Yara724/api
YARA-856
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user