UNPKG

@harmowatch/ngx-redux-core

Version:

[![Join the chat at https://gitter.im/harmowatch/ngx-redux-core](https://badges.gitter.im/harmowatch/ngx-redux-core.svg)](https://gitter.im/harmowatch/ngx-redux-core?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

5 lines (4 loc) 164 B
import { ReduxStateDefinition } from './redux-state-definition.interface'; export interface ReduxChildModuleConfig<S = {}> { state?: ReduxStateDefinition<S>; }