Skip to content

Commit e9c66ae

Browse files
committed
fix: union type
1 parent 3db2356 commit e9c66ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/common/union.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
type Animal = {
2-
type: 'animal'
32
name: string
43
}
54

0 commit comments

Comments
 (0)