kysely
Preparing search index...
Nullable
Type Alias Nullable<T>
Nullable
:
{
[
P
in
keyof
T
]
:
T
[
P
]
|
null
}
Makes all properties of object type
T
nullable.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
kysely
Loading...
Makes all properties of object type
T
nullable.