mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-04 12:33:42 +00:00
4 lines
167 B
TypeScript
4 lines
167 B
TypeScript
import { PartialType } from '@nestjs/swagger';
|
|
import { CreateTrainDto } from './create-train.dto';
|
|
|
|
export class UpdateTrainDto extends PartialType(CreateTrainDto) {} |