improve project controller typings
This commit is contained in:
4
server/src/dto/user.new.dto.ts
Normal file
4
server/src/dto/user.new.dto.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type NewUserDto = {
|
||||
email: string
|
||||
password: string
|
||||
}
|
||||
Reference in New Issue
Block a user