Skip to content

Instantly share code, notes, and snippets.

@AmirTugi
Created January 26, 2019 09:54
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 AmirTugi/9941654e61f51772bf7abd35bc3ddd91 to your computer and use it in GitHub Desktop.
Save AmirTugi/9941654e61f51772bf7abd35bc3ddd91 to your computer and use it in GitHub Desktop.
function purchasePizzaIngredients<P>() {
return {
purchaseToppings: (toppings: ExtractToppings<P>) => {},
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment