TS 定义一个任意类型的对象
Jul 9, 2022
3 min read
const
obj
:
Record
<
string
|
number
|
symbol
,
any
>
=
{};