parameter로 key value pair를 전달하고 싶을 때 interface indexedArray { [key: string]: boolean } type fooProps = { values: indexedArray; } ...
確定! 回上一頁