Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
NonNullableInsertKeys
Type alias NonNullableInsertKeys<R>
Non
Nullable
Insert
Keys
<
R
>
:
{
[
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
Private
Inherited
External
Theme
OS
Light
Dark
Silvertree API
Loading...
Keys of
RwhoseInsertTypevalues can't benullorundefined.