JavaScript · 2021-11-06 ·↻ 2022-06-15 · by hikaru TypeScript における連想配列の型定義 TypeScript // keyがstring型の連想配列 const foo: { [key: string]: number; } = {};