Skip to content

Instantly share code, notes, and snippets.

@brandonroberts
Created August 23, 2021 14:02
Show Gist options
  • Save brandonroberts/acaf9f74b6119e042af4f8e4c1d68bb8 to your computer and use it in GitHub Desktop.
Save brandonroberts/acaf9f74b6119e042af4f8e4c1d68bb8 to your computer and use it in GitHub Desktop.
Nx 12.8 NestJS Swagger DTO
export class MyDto {
id: string;
count: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment