LoginDto
Class: LoginDto
Defined in: apps/api/src/modules/auth/dto/login.dto.ts:6
DTO авторизации пользователя по email/паролю.
Constructors
Constructor
new LoginDto():
LoginDto
Returns
LoginDto
Properties
email
email:
string
Defined in: apps/api/src/modules/auth/dto/login.dto.ts:8
password
password:
string
Defined in: apps/api/src/modules/auth/dto/login.dto.ts:12