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