import { AnyAction } from 'redux'; export interface LoadingActions extends AnyAction { } export type LoadingState = AnyAction[];