This commit is contained in:
SepehrYahyaee
2026-04-26 09:16:58 +03:30
parent 9854a58282
commit 6c2d178686
2 changed files with 23 additions and 4 deletions

View File

@@ -117,8 +117,7 @@ export class AllRequestDtoV2 {
type: string;
blameStatus: string;
partiesInitialForms: { firstParty: string; secondParty: string };
firstPartyVehicle: string;
secondPartyVehicle?: string;
partiesVehicles: { firstPartyVehicle: string; secondPartyVehicle: string };
}
export class AllRequestDtoRsV2 {