// Utility type like Omit but does not loose the known keys export type RemappedOmit = { [P in keyof T as Exclude]: T[P
]: T[P