Open
Description
Today, Omit
will expand to Pick<Exclude<...>, ...>
in quick info, error messages, etc. which is gross.
By defining Omit
as its own conditional type, we can get a slightly nicer display, though it will introduce duplication of code between the two helpers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment