UNPKG
@jbt/ng-rx
Version:
latest (0.2.23)
0.2.23
0.2.22
0.2.20
Configurable ngrx
@jbt/ng-rx
/
lib
/
state-config.d.ts
6 lines
(5 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
EffectsConfiguration
,
ReducerConfiguration
}
from
'./internals/index'
;
export
interface
StateConfig
{
state
?:
ReducerConfiguration
;
effects
?:
EffectsConfiguration
; }