Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/utils
common
PartialBy
Type alias PartialBy<T, K>
Partial
By
<
T
,
K
>
:
Omit
<
T
,
K
>
&
Partial
<
Pick
<
T
,
K
>
>
Type helper for making certain fields of an object optional.
Type Parameters
T
K
extends
keyof
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Type helper for making certain fields of an object optional.