UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

9 lines (8 loc) 313 B
import { ActionFunctionTypeArray } from '../../action/function-type-array'; import { ReduxReducerFunctionType } from '../function-type'; export interface ReduxReducerDecoratorMetadata { reducers: Array<{ types: ActionFunctionTypeArray<{}>; reducer: ReduxReducerFunctionType<{}, {}>; }>; }