vlocode-project - v2.4.5
    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