type-plus
    Preparing search index...

    Type Alias PartialPick<T, U>

    PartialPick: T extends T ? Omit<T, U> & Partial<Pick<T, U>> : never

    Apply Partial<> on the selected properties.

    Type Parameters