Array antarmuka tipe Kamus

interface AppState {
  diagnostics: { [key: string]: string }[];
}
Defiant Dove