mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 09:47:46 +03:00
2.0.0
Я пока перечислю - умру. Надо научиться писать changelog постепенно.
This commit is contained in:
4
src/users/dto/change-username.dto.ts
Normal file
4
src/users/dto/change-username.dto.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { PickType } from "@nestjs/swagger";
|
||||
import { User } from "../entity/user.entity";
|
||||
|
||||
export class ChangeUsernameDto extends PickType(User, ["username"]) {}
|
||||
Reference in New Issue
Block a user