forked from Yara724/api
Rollback uploadDocument step resume
This commit is contained in:
@@ -121,6 +121,14 @@ export class SubmitExpertReplyV2Dto {
|
||||
@IsString()
|
||||
description?: string;
|
||||
|
||||
@ApiPropertyOptional({
|
||||
example: '1_000_000_000',
|
||||
description: "Today's car price",
|
||||
})
|
||||
@IsOptional()
|
||||
@IsMoneyAmountString()
|
||||
carPrice?: string;
|
||||
|
||||
@ApiProperty({
|
||||
type: [PartPricingV2Dto],
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user