Skip to content

Commit

Permalink
Use PartialType from @nestjs/swagger library
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpetro committed Apr 15, 2024
1 parent 6910fba commit bedce64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PartialType } from '@nestjs/mapped-types'
import { PartialType } from '@nestjs/swagger'
import { CreateIrrigationProgramDto } from './create-irrigation-program.dto'

export class UpdateIrrigationProgramDto extends PartialType(CreateIrrigationProgramDto) {}

0 comments on commit bedce64

Please sign in to comment.