UNPKG

fabric8-planner

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