Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
Nullable
Type alias Nullable<T>
Nullable
<
T
>
:
{
[
P
in
keyof
T
]
:
T
[
P
]
|
null
}
Makes all properties of object type
T
nullable.
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Silvertree API
Loading...
Makes all properties of object type
Tnullable.