We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5baf0e7 commit 9cf59a9Copy full SHA for 9cf59a9
src/decorator-options/BodyOptions.ts
@@ -14,15 +14,15 @@ export interface BodyOptions {
14
/**
15
* Class-transformer options used to perform plainToClass operation.
16
*
17
- * @see https://github.com/pleerock/class-transformer
+ * @see https://github.com/typestack/class-transformer
18
*/
19
transform?: ClassTransformOptions;
20
21
22
* If true, class-validator will be used to validate param object.
23
* If validation options are given then class-validator will perform validation with given options.
24
25
- * @see https://github.com/pleerock/class-validator
+ * @see https://github.com/typestack/class-validator
26
27
validate?: boolean | ValidatorOptions;
28
0 commit comments