@ascentbv/ts-common - v1.0.123
Preparing search index...
PathKeys
Type Alias PathKeys<T, P>
PathKeys
:
T
extends
Sound
?
P
extends
""
?
never
:
P
:
T
extends
Record
<
string
,
any
>
?
{
[
K
in
keyof
T
&
string
]
:
PathKeys
<
T
[
K
]
,
P
extends
""
?
K
:
`
${
P
}
.
${
K
}
`
,
>
}
[
keyof
T
&
string
]
:
never
Type Parameters
T
P
extends
string
=
""
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ascentbv/ts-common - v1.0.123
Loading...