Skip to content

Instantly share code, notes, and snippets.

@carlrip
Created December 17, 2019 18:30
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 carlrip/f460f34ae44c132eee78726f00f87246 to your computer and use it in GitHub Desktop.
Save carlrip/f460f34ae44c132eee78726f00f87246 to your computer and use it in GitHub Desktop.
Omit type
type PersonWithoutContactDetails = Omit<Person, "mobile" | "email"> // { id: number; name: string; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment