@tb-dev/utils - v6.0.3
    Preparing search index...

    Type Alias PickPartial<T, K>

    PickPartial: Pick<Partial<T>, K>

    Constructs a type by picking the set of properties K from a partial version of T.

    Type Parameters

    • T
    • K extends keyof T