Files
todo-list/server/src/dto/user.new.dto.ts
2022-07-10 14:33:56 -03:00

4 lines
63 B
TypeScript

export type NewUserDto = {
email: string
password: string
}