@wxn0brp/db-core
Preparing search index...
types/utils
NestedValue
Type Alias NestedValue<T, V, C>
NestedValue
:
{
[
K
in
keyof
T
as
T
[
K
]
extends
C
?
K
:
T
[
K
]
extends
object
?
K
:
never
]
?:
T
[
K
]
extends
C
?
V
:
T
[
K
]
extends
object
?
NestedValue
<
T
[
K
]
,
V
,
C
>
:
never
}
Helper type for nested path values with type filtering
Type Parameters
T
V
C
=
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@wxn0brp/db-core
Loading...
Helper type for nested path values with type filtering