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 5a82966 + b8da6cb commit d61a97aCopy full SHA for d61a97a
README.md
@@ -530,7 +530,7 @@ When you are using arrays you must provide a type of the object that array conta
530
This type, you specify in a `@Type()` decorator:
531
532
```typescript
533
-import {ArrayType} from "class-transformer";
+import {Type} from "class-transformer";
534
535
export class Photo {
536
@@ -546,7 +546,7 @@ export class Photo {
546
You can also use custom array types:
547
548
549
550
551
export class AlbumCollection extends Array<Album> {
552
// custom array functions ...
0 commit comments