forked from Yara724/api
YARA-763
This commit is contained in:
11
src/request-management/dto/expert-complete-locations.dto.ts
Normal file
11
src/request-management/dto/expert-complete-locations.dto.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
|
||||
import { LocationDto } from "./create-request-management.dto";
|
||||
|
||||
export class ExpertCompleteLocationsDto {
|
||||
@ApiProperty({ type: LocationDto })
|
||||
firstPartyLocation: LocationDto;
|
||||
|
||||
@ApiPropertyOptional({ type: LocationDto })
|
||||
secondPartyLocation?: LocationDto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user