Type Alias OmitKeys<T, K>

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

Type Parameters

  • T
  • K extends string