Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
NullableInsertKeys
Type alias NullableInsertKeys<R>
Nullable
Insert
Keys
<
R
>
:
{
[
K
in
keyof
R
]
:
IfNullable
<
InsertType
<
R
[
K
]
>
,
K
>
}
[
keyof
R
]
Keys of
R
whose
InsertType
values can be
null
or
undefined
.
Type Parameters
R
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Silvertree API
Loading...
Keys of
RwhoseInsertTypevalues can benullorundefined.