kysely
Preparing search index...
NonNullableInsertKeys
Type Alias NonNullableInsertKeys<R>
NonNullableInsertKeys
:
{
[
K
in
keyof
R
]
:
IfNotNullable
<
InsertType
<
R
[
K
]
>
,
K
>
}
[
keyof
R
]
Keys of
R
whose
InsertType
values can't be
null
or
undefined
.
Type Parameters
R
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
kysely
Loading...
Keys of
R
whoseInsertType
values can't benull
orundefined
.