OmitKeys<T, K extends string>: Pick<T, Exclude<keyof T, K>>

Type Parameters

  • T
  • K extends string