Type alias ExcludeProperties<T, U>

ExcludeProperties<T, U>: {
    [Property in Exclude<keyof T, keyof U>]?: never
}

Type Parameters

  • T
  • U

Generated using TypeDoc