import { FetchStateAndError, FetchedState } from '../../commonStateTypes/common'; import { CardType } from '../dashboard/dashboardState'; export interface DashboardLayoutState extends FetchedState { cardsInOrder: CardType[]; dashboardLayoutUpdateStatus: FetchStateAndError; }