@arcmantle/library
Preparing search index...
types/record.types
RecursiveRecord
Type Alias RecursiveRecord<T>
RecursiveRecord
:
{
[
P
in
keyof
T
]
:
RecursiveRecord
<
T
[
P
]
>
}
A recursive object which has the same structure at all depths.
Type Parameters
T
=
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@arcmantle/library
Loading...
A recursive object which has the same structure at all depths.