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 1f95dcb commit fb78643Copy full SHA for fb78643
src/interfaces/decorator-options/exclude-options.interface.ts
@@ -3,12 +3,12 @@
3
*/
4
export interface ExcludeOptions {
5
/**
6
- * Expose this property only when transforming from plain to class instance.
+ * Exclude this property only when transforming from plain to class instance.
7
8
toClassOnly?: boolean;
9
10
11
- * Expose this property only when transforming from class instance to plain object.
+ * Exclude this property only when transforming from class instance to plain object.
12
13
toPlainOnly?: boolean;
14
}
0 commit comments