update user dto added
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
import { PartialType } from "@nestjs/swagger";
|
||||||
|
import { CreateUserDto } from "./create_user.dto";
|
||||||
|
|
||||||
|
export class UpdateDateColumn extends PartialType(CreateUserDto) {}
|
||||||
Reference in New Issue
Block a user