@webdeveric/utils
Preparing search index...
types/objects
FromPath
Type Alias FromPath<TargetPath, Value>
FromPath
:
TargetPath
extends
`
${
infer
Key
}
.
${
infer
Rest
}
`
?
{
[
K
in
Key
]
:
FromPath
<
Rest
,
Value
>
}
:
{
[
K
in
TargetPath
]
:
Value
}
Type Parameters
TargetPath
extends
PropertyKey
Value
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webdeveric/utils
Loading...