@webdeveric/utils
    Preparing search index...

    Type Alias PickByType<Type, DataType>

    PickByType: { [Property in KeysWhere<Type, DataType>]: Type[Property] }

    Construct a type where all the property values match the DataType.

    Type Parameters

    • Type
    • DataType