export interface ReduxActionConfig {
    type?: string | symbol;
}
