UNPKG

fabric8-planner

Version:
6 lines (5 loc) 291 B
import { ActionReducer } from '@ngrx/store'; import * as WorkItemActions from './../actions/work-item.actions'; import { WorkItemState } from './../states/work-item.state'; export declare type Action = WorkItemActions.All; export declare const WorkItemReducer: ActionReducer<WorkItemState>;