PartialButFor
PartialButFor<
T,K> =Pick<T,K> &Partial<Omit<T,K>> &object
Defined in: packages/sigma/src/types.ts:37
Returns a type similar to T, but with the K set of properties of the type T required, and the rest optional.
Type Parameters
T
T
K
K extends keyof T