File

src/security/dto/update-fund.dto.ts

import { PartialType } from "@nestjs/mapped-types";
import { CreateFundDto } from "./create-fund.dto";

export class UpdateFundDto extends PartialType(CreateFundDto) {}

results matching ""

    No results matching ""