ObjectItemRecord
type
ObjectItemRecord
<
V
=
string
,
K
=
string
>
=
{ [
keyof
in
K
as
string
]
:
V
};