Type Alias OmitStrict<T, K>

OmitStrict: Pick<T, ExcludeStrict<keyof T, K>>

Type Parameters

  • T extends object
  • K extends keyof T