Typescript Library Declarations (ES2023)
Type Alias Record<K, T>
Record
<
K
,
T
>
:
{
[
P
in
K
]
:
T
}
Construct a type with a set of properties K of type T
Type Parameters
K
extends
keyof
any
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Typescript Library Declarations (ES2023)
Construct a type with a set of properties K of type T