Preparing search index...
The search index is not available
@tb-dev/utils - v4.0.7
@tb-dev/utils
PartialNull
Type Alias PartialNull<T>
Partial
Null
<
T
>
:
{
[
P
in
keyof
T
]
:
T
[
P
]
|
null
}
Constructs a type where all properties of
T
may be null.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@tb-dev/utils - v4.0.7
Loading...
Constructs a type where all properties of
T
may be null.