Type Alias PartialExcept<T, U>

PartialExcept: T extends T ? Pick<T, U> & Partial<Omit<T, U>> : never

Type Parameters

replaced by PartialOmit