Skip to content

Instantly share code, notes, and snippets.

@danvk
Created January 22, 2019 20:15
Show Gist options
  • Save danvk/834c87c8a9ef81bca099928d81509ddd to your computer and use it in GitHub Desktop.
Save danvk/834c87c8a9ef81bca099928d81509ddd to your computer and use it in GitHub Desktop.
const order = {
  what: 'Macbook Air' as Product, // or "as 'MacbookAir'"
  how: 'bitcoin'
};
purchase(order.what); // ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment