mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 01:55:41 +00:00
5 lines
214 B
TypeScript
5 lines
214 B
TypeScript
import { PartialType } from '@nestjs/mapped-types';
|
|
import { CreateExternalProfileDto } from './create-external-profile.dto';
|
|
|
|
export class UpdateExternalProfileDto extends PartialType(CreateExternalProfileDto) {}
|