File

src/instruments/dto/update-instrument.dto.ts

import { PartialType } from "@nestjs/swagger";
import { CreateInstrumentDto } from "./create-instrument.dto";

export class UpdateInstrumentDto extends PartialType(CreateInstrumentDto) {}

results matching ""

    No results matching ""