vlocode-project - v1.41.2
    Preparing search index...

    Type Alias ExtractProperties<T>

    ExtractProperties: Pick<T, ExtractPropertyNames<T>>

    Extracts all properties from a type that are not functions

    Type Parameters

    • T