How the TypeScript Omit Type works

1 · Johnny SImpson · April 21, 2022, 4:39 p.m.
The Omit utility Type lets us take types, remove elements, and make entirely new types. Let's look at how it works....