@homebridge/hap-nodejs
Preparing search index...
PartialAllowingNull
Type Alias PartialAllowingNull<T>
PartialAllowingNull
:
{
[
P
in
keyof
T
]
?:
T
[
P
]
|
null
}
Like TypeScripts
Partial
but allowing null as a value.
Type Parameters
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@homebridge/hap-nodejs
Loading...
Like TypeScripts
Partial
but allowing null as a value.