Type alias ExcludeMembers<T, U>

ExcludeMembers<T, U>: Pick<T, ExcludeKeys<T, U>>

Returns a new object type of all the keys of T whose values do not extend from U

Type Parameters

  • T
  • U