Created
July 2, 2019 14:18
-
-
Save wongjiahau/73e02a13e1756d746972ef0ed113df45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const newShape2: Shape = { | |
label: 'circle', | |
width: 30 // You'll get a compiler error saying `width` does not exists when label is `circle` | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment