forked from Yara724/api
Rollback uploadDocument step resume
This commit is contained in:
@@ -36,6 +36,9 @@ export class ClaimVehicleSnapshot {
|
||||
|
||||
@Prop({ type: ClaimPlateSchema })
|
||||
plate?: ClaimPlate;
|
||||
|
||||
@Prop({ type: String })
|
||||
price?: string;
|
||||
}
|
||||
export const ClaimVehicleSnapshotSchema =
|
||||
SchemaFactory.createForClass(ClaimVehicleSnapshot);
|
||||
|
||||
Reference in New Issue
Block a user