Type Alias Without<T, U>

Without: { [P in Exclude<keyof T, keyof U>]?: never }

Type Parameters

  • T
  • U