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 c1a3d4a commit a7c4d2aCopy full SHA for a7c4d2a
README.md
@@ -570,7 +570,7 @@ function showEmployeeList(employee: (Developer | Manager)[]) {
570
}
571
```
572
573
-You may also consider adding a union type, or common parent class if it suits your abstraction.
+Du kannst auch einen Union-Typ oder eine gemeinsame Elternklasse hinzufügen, wenn das zu deiner Abstraktion passt.
574
575
```ts
576
class Developer {
0 commit comments