export interface ReduxActionContextConfig {
    prefix: string;
}
