Skip to content

Instantly share code, notes, and snippets.

@wongjiahau
Last active July 2, 2019 14:26
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/086f824383aafea23eb28738505017f8 to your computer and use it in GitHub Desktop.
Save wongjiahau/086f824383aafea23eb28738505017f8 to your computer and use it in GitHub Desktop.
interface ShapeV2 {
label: 'rectangle' | 'circle' | 'triangle'
radius ?: number // only for circle
height ?: number // only for triangle and rectangle
width ?: number // only for rectangle
base ?: number // only for triangle
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment