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.
2 parents 7d805ac + d61a97a commit 1d1ea4eCopy full SHA for 1d1ea4e
README.md
@@ -602,7 +602,7 @@ When you are using arrays you must provide a type of the object that array conta
602
This type, you specify in a `@Type()` decorator:
603
604
```typescript
605
-import {ArrayType} from "class-transformer";
+import {Type} from "class-transformer";
606
607
export class Photo {
608
@@ -618,7 +618,7 @@ export class Photo {
618
You can also use custom array types:
619
620
621
622
623
export class AlbumCollection extends Array<Album> {
624
// custom array functions ...
0 commit comments