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

Type Parameters

  • T

  • K extends string

Generated using TypeDoc