Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
InsertObject
Type alias InsertObject<DB, TB>
Insert
Object
<
DB
,
TB
>
:
{
[
C
in
NonNullableInsertKeys
<
DB
[
TB
]
>
]
:
ValueExpression
<
DB
,
TB
,
InsertType
<
DB
[
TB
]
[
C
]
>
>
}
&
{
[
C
in
NullableInsertKeys
<
DB
[
TB
]
>
]
?:
ValueExpression
<
DB
,
TB
,
InsertType
<
DB
[
TB
]
[
C
]
>
>
}
Type Parameters
DB
TB
extends
keyof
DB
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Silvertree API
Loading...