Open shaKY-iota opened 2 years ago
// your answers type MyOmit<T, K extends keyof T> = { [P in Exclude<keyof T, K>]: T[P] }