/** * Exclude all keys `K` from type `T`. */ export type Omit = Pick>;