Created
August 23, 2021 14:02
-
-
Save brandonroberts/acaf9f74b6119e042af4f8e4c1d68bb8 to your computer and use it in GitHub Desktop.
Nx 12.8 NestJS Swagger DTO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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