File

apps/recallassess/recallassess-api/src/api/client/auth/dto/verify-email.dto.ts

Index

Properties

Properties

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

@Exclude()
export class VerifyEmailDto {
  @Expose()
  @IsString()
  @IsNotEmpty()
  token!: string;
}

results matching ""

    No results matching ""