Skip to content

Instantly share code, notes, and snippets.

@wongjiahau
Created July 2, 2019 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wongjiahau/73e02a13e1756d746972ef0ed113df45 to your computer and use it in GitHub Desktop.
Save wongjiahau/73e02a13e1756d746972ef0ed113df45 to your computer and use it in GitHub Desktop.
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