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

Type Parameters

  • T

  • K extends keyof T

Generated using TypeDoc