export interface IRootState { root: boolean language: string errorMessage: string | null }