Rollback uploadDocument step resume

This commit is contained in:
SepehrYahyaee
2026-09-16 15:37:27 +03:30
parent ecf69cc332
commit c9e273fc4e
5 changed files with 59 additions and 161 deletions

View File

@@ -36,6 +36,9 @@ export class ClaimVehicleSnapshot {
@Prop({ type: ClaimPlateSchema })
plate?: ClaimPlate;
@Prop({ type: String })
price?: string;
}
export const ClaimVehicleSnapshotSchema =
SchemaFactory.createForClass(ClaimVehicleSnapshot);