File

apps/recallassess/recallassess-api/src/api/client/auth/dto/sign-in-with-token.dto.ts

Index

Properties

Properties

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

@Exclude()
export class SignInWithTokenDto {
  @Expose()
  @IsString()
  @IsNotEmpty()
  accessToken!: string;
}

results matching ""

    No results matching ""