Skip to content

Instantly share code, notes, and snippets.

@balanza
Created January 30, 2019 21:55
Show Gist options
  • Save balanza/8e21f91f88305600b567a3263da27d23 to your computer and use it in GitHub Desktop.
Save balanza/8e21f91f88305600b567a3263da27d23 to your computer and use it in GitHub Desktop.
type ConfirmedMobile = string
type UnconfirmedMobile = string
type CertifiedMobile = string
type Mobile = // just string :(
ConfirmedMobile
| UnconfirmedMobile
| CertifiedMobile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment