std9.jp

TypeScript における連想配列の型定義

// keyがstring型の連想配列
const foo: { [key: string]: number; } = {};