libs/dtos/src/auth/request/ForgotPasswordResetRequest.dto.ts
components: schemas: ForgotBodyDto: type: object required: - email properties: email: type: string example: email: john@doe.com
Properties |
Type : string
|
Decorators :
@ApiProperty()
|
Public validate |
Type : function
|
Inherited from
ValidateableDto
|
Defined in
ValidateableDto:11
|