MCP Apps Kit - v0.5.0
GitHub
npm
Preparing search index...
core/src
DeepPartialWithNull
Type Alias DeepPartialWithNull<T>
DeepPartialWithNull
:
T
extends
object
?
{
[
P
in
keyof
T
]
?:
DeepPartialWithNull
<
T
[
P
]
>
|
null
}
:
T
Deep partial type that allows null at any level to remove/disable properties.
undefined: inherit from global config
null: explicitly disable/remove the property
value: override the property
Type Parameters
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
npm
MCP Apps Kit - v0.5.0
Loading...
Deep partial type that allows null at any level to remove/disable properties.