@tb-dev/utils - v6.0.3
Preparing search index...
PartialNullish
Type Alias PartialNullish<T>
PartialNullish
:
{
[
P
in
keyof
T
]
?:
Option
<
T
[
P
]
>
}
Constructs a type where all properties of
T
may be nullish.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@tb-dev/utils - v6.0.3
Loading...
Constructs a type where all properties of
T
may be nullish.