Type Utils
Preparing search index...
OptionalPropertyNames
Type Alias OptionalPropertyNames<T>
OptionalPropertyNames
:
{
[
K
in
keyof
T
]
-?:
{}
extends
{
[
P
in
K
]
:
T
[
K
]
}
?
K
:
never
}
[
keyof
T
]
Type Parameters
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Type Utils
Loading...