@squidcloud/client
Preparing search index...
PartialBy
Type Alias PartialBy<T, K>
PartialBy
:
Omit
<
T
,
K
>
&
Partial
<
Pick
<
T
,
K
>
>
Makes the specified keys in a type optional, leaving the rest unchanged.
Type Parameters
T
K
extends
keyof
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@squidcloud/client
Loading...
Makes the specified keys in a type optional, leaving the rest unchanged.