import { Dictionary } from './types'; export interface StoreInterface { state: Dictionary; messages: Dictionary; }