You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use Omit utility type we don't get auto-completion like we have in pick.
Try using keywords as search terms, then you might have better luck finding the duplicates.
You didn't fill out the issue template, so it's unclear what you're actually suggesting. Under "Suggestion" you just wrote "I created my own type", nothing more.
If you're suggesting to change Omit<> to use keyof T, then it's a duplicate of #30825 (and many many others). If you're suggesting to add the OmitKeys<> type to the standard library, then it's out of scope as the team decided to not add further utility types unless they're needed for emit purposes (see #55746).
π Search Terms
When we use Omit utility type we don't get auto-completion like we have in pick.
β Viability Checklist
β Suggestion
I just created my own utility type called OmitKeys
π Motivating Example
π» Use Cases
The text was updated successfully, but these errors were encountered: