다음을 통해 공유


UnknownObject type

일반 JS 개체에 대한 제네릭 셰이프입니다.

type UnknownObject = { [s: string]: unknown }