Skip to content

Instantly share code, notes, and snippets.

@rayrayzayzay
Created July 18, 2022 23:12
Show Gist options
  • Save rayrayzayzay/faeda56641d4f1ba6ed17b6b26b29f32 to your computer and use it in GitHub Desktop.
Save rayrayzayzay/faeda56641d4f1ba6ed17b6b26b29f32 to your computer and use it in GitHub Desktop.
type Hamster = {
microchip: {
id: string
name: string
}
}
type Pet = Dog | Cat | Hamster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment