Skip to content

Instantly share code, notes, and snippets.

@brandonroberts
Created August 23, 2021 14:06
Show Gist options
  • Save brandonroberts/c1828e18c89c1b7c79b89f5d416334b0 to your computer and use it in GitHub Desktop.
Save brandonroberts/c1828e18c89c1b7c79b89f5d416334b0 to your computer and use it in GitHub Desktop.
Nx 12.8 NestJS Compiled
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