File

src/auth/dtos/auth-register-investor.dto.ts

import { OmitType } from "@nestjs/mapped-types";
import { AuthRegisterUserDto } from "./auth-register-user.dto";

export class AuthRegisterInvestorDto extends OmitType(AuthRegisterUserDto, [
  "endUserRole",
  "subscribedFunds",
  "subscribedBonds",
  "onChainFields",
]) {}

results matching ""

    No results matching ""