Skip to content

Instantly share code, notes, and snippets.

@leojpod
Created March 30, 2017 15:15
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 leojpod/5c1d674b68def2e66143729e4727c2d3 to your computer and use it in GitHub Desktop.
Save leojpod/5c1d674b68def2e66143729e4727c2d3 to your computer and use it in GitHub Desktop.
piece of code for a medium article
type Item
= Task Props
| SubTask Props
| Bug Props
| Epic Props
| ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment