Skip to content

Instantly share code, notes, and snippets.

@fluidsonic
Last active January 9, 2020 12:21
Show Gist options
  • Save fluidsonic/ce6f1cc153c11a13285590c22c2f72bb to your computer and use it in GitHub Desktop.
Save fluidsonic/ce6f1cc153c11a13285590c22c2f72bb to your computer and use it in GitHub Desktop.
// same as Merge<Foo | Bar>
interface MergeOfFooAndBar {
a: number
b?: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment