@tempots/std

PartialBy type

Creates a new type by making the specified key K of T optional.

Signature:

export type PartialByextends keyof T> = Merge<Omit, Partial<Pick>>;

References: Merge