Skip to content

Instantly share code, notes, and snippets.

@balanza
Created January 30, 2019 16:59
Show Gist options
  • Save balanza/e559aa814bdea45899fe0eedb651df8d to your computer and use it in GitHub Desktop.
Save balanza/e559aa814bdea45899fe0eedb651df8d to your computer and use it in GitHub Desktop.
// add this line
type CertifiedMobile = Valued<string> & { status: 'certified' }
// add CertifiedMobile to the unon type
type Mobile = ConfirmedMobile | UnconfirmedMobile | CertifiedMobile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment