Type Alias NoExtraProperties<T, U>

NoExtraProperties: U & Impossible<Exclude<keyof U, keyof T>>

Type Parameters

  • T
  • U extends T = T