Documentation
Preparing search index...
core/src
DeepFlatten
Type Alias DeepFlatten<T>
DeepFlatten
:
T
extends
object
?
{
[
K
in
keyof
T
]
:
T
[
K
]
}
&
DeepFlatten
<
T
[
keyof
T
]
>
:
Record
<
string
,
any
>
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...