Preparing search index...
The search index is not available
@selenite/commons
@selenite/commons
Types
PartialBy
Type Alias PartialBy<T, K>
Partial
By
<
T
,
K
>
:
Omit
<
T
,
K
>
&
Partial
<
Pick
<
T
,
K
>
>
Make selected properties in T optional.
Type Parameters
T
The type to make partial.
K
extends
keyof
T
The keys of T to make optional.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@selenite/commons
Loading...
Make selected properties in T optional.