update user dto added
This commit is contained in:
parent
d937fb323b
commit
79a8dda73c
4
src/routes/user/dto/update_user.dto.ts
Normal file
4
src/routes/user/dto/update_user.dto.ts
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
import { PartialType } from "@nestjs/swagger";
|
||||||
|
import { CreateUserDto } from "./create_user.dto";
|
||||||
|
|
||||||
|
export class UpdateDateColumn extends PartialType(CreateUserDto) {}
|
||||||
Loading…
x
Reference in New Issue
Block a user