Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/utils
common
NonUndefinedKeys
Type alias NonUndefinedKeys<T, K>
Non
Undefined
Keys
<
T
,
K
>
:
{
[
P
in
keyof
T
]
:
P
extends
K
?
NonUndefined
<
T
[
P
]
>
:
T
[
P
]
}
Type Parameters
T
K
extends
keyof
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...