Type alias ExtractProperties<T>

ExtractProperties<T>: Pick<T, ExtractPropertyNames<T>>

Extracts all properties from a type that are not functions

Type Parameters

  • T