Preparing search index...
The search index is not available
@juulsgaard/ts-tools
@juulsgaard/ts-tools
UnsetPartial
Type Alias UnsetPartial<T>
Unset
Partial
<
T
>
:
{
[
P
in
keyof
T
]
?:
undefined
}
A type where all properties are made optional and with no value
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@juulsgaard/ts-tools
Loading...
A type where all properties are made optional and with no value