Skip to content

Commit

Permalink
Update intersection-type.helper.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdj2 committed Jan 5, 2023
1 parent 370d68e commit d64c1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/type-helpers/intersection-type.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ export function IntersectionType<T extends Type[]>(...classRefs: T) {
value: `Intersection${intersectedNames}`,
});
return IntersectionClassType as Intersection<T>;
}
}

0 comments on commit d64c1ad

Please sign in to comment.