UNPKG

fabric8-planner

Version:
6 lines (5 loc) 295 B
import { ActionReducer } from '@ngrx/store'; import * as GroupTypeActions from './../actions/group-type.actions'; import { GroupTypeState } from '../states/grouptype.state'; export declare type Action = GroupTypeActions.All; export declare const GroupTypeReducer: ActionReducer<GroupTypeState>;