We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9f02d commit 3db2356Copy full SHA for 3db2356
samples/common/union.ts
@@ -33,4 +33,4 @@ type Penguin = Bird & {
33
swimmingSpeed: number
34
}
35
36
-export type Union_Model = (Mammal & (Dog | Cat)) | (Bird & (Eagle | Penguin))
+export type Union_Model = Dog | Cat | Eagle | Penguin
0 commit comments