Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/utils
common
PickByType
Type alias PickByType<T, U>
Pick
By
Type
<
T
,
U
>
:
{
[
K
in
keyof
T
as
U
extends
T
[
K
]
?
K
:
never
]
:
T
[
K
]
}
Type Parameters
T
U
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...