File

apps/recallassess/recallassess-api/src/api/client/auth/dto/request-password-reset.dto.ts

Index

Properties

Properties

email
Type : string
Decorators :
@Expose()
@IsEmail()
@IsNotEmpty()
import { IsEmail, IsNotEmpty } from "class-validator";
import { Exclude, Expose } from "class-transformer";

@Exclude()
export class RequestPasswordResetDto {
  @Expose()
  @IsEmail()
  @IsNotEmpty()
  email!: string;
}

results matching ""

    No results matching ""