PartialBy<T, K extends > Type Alias
PartialBy = Omit<T, K> & Partial<Pick<T, K>>
Create a type from given type T
and make specified properties optional.
Defined in
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.