Interfaz mecanografiado de la interfaz de diccionarios

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