Created
August 23, 2021 14:06
-
-
Save brandonroberts/c1828e18c89c1b7c79b89f5d416334b0 to your computer and use it in GitHub Desktop.
Nx 12.8 NestJS Compiled
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
class MyDto { | |
static _OPENAPI_METADATA_FACTORY() { | |
return { | |
id: { required: true, type: () => String }, | |
count: { required: true, type: () => Number } | |
}; | |
} | |
} | |
exports.MyDto = MyDto; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment