UNPKG

@jbt/ng-rx

Version:

Configurable ngrx

6 lines (5 loc) 183 B
import { EffectsConfiguration, ReducerConfiguration } from './internals/index'; export interface StateConfig { state?: ReducerConfiguration; effects?: EffectsConfiguration; }