"inicialización"
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export class CreatePreguntaDto {}
|
||||
@@ -0,0 +1,4 @@
|
||||
import { PartialType } from '@nestjs/mapped-types';
|
||||
import { CreatePreguntaDto } from './create-pregunta.dto';
|
||||
|
||||
export class UpdatePreguntaDto extends PartialType(CreatePreguntaDto) {}
|
||||
Reference in New Issue
Block a user