export interface ReduxRootState<T = {}> {
    [key: string]: T;
}
