Omit<type, keys>: Pick<type, Exclude<keyof type, keys>>

Type Parameters

  • type
  • keys extends keyof type