Skip to content

Instantly share code, notes, and snippets.

@borislavstoychev
Created March 8, 2022 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borislavstoychev/568791d0b69c038b074e8a0a49e91b2b to your computer and use it in GitHub Desktop.
Save borislavstoychev/568791d0b69c038b074e8a0a49e91b2b to your computer and use it in GitHub Desktop.
file
import { PartialType } from '@nestjs/swagger';
import { CreateBootcampDto } from './create-bootcamp.dto';
export class UpdateBootcampDto extends PartialType(CreateBootcampDto) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment