@tempots/std > PartialBy
Creates a new type by making the specified key K of T optional.
K
T
Signature:
export type PartialByextends keyof T> = Merge<Omit, Partial<Pick>>;
References: Merge