Template
chore : remove class-transformer
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
|
||||
|
||||
export class UserResponseDTO {
|
||||
constructor(partial: Partial<UserResponseDTO>) {
|
||||
Object.assign(this, partial);
|
||||
|
||||
}
|
||||
id: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user