feature: a very minimal patients feature implemented. it needs lots of improvments though
This commit is contained in:
4
backend/src/modules/patients/dto/update-patient.dto.ts
Normal file
4
backend/src/modules/patients/dto/update-patient.dto.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { PartialType } from '@nestjs/swagger';
|
||||
import { CreatePatientDto } from './create-patient.dto';
|
||||
|
||||
export class UpdatePatientDto extends PartialType(CreatePatientDto) {}
|
||||
Reference in New Issue
Block a user