export interface ReduxStateConfig {
    name: string;
}
