Skip to content

Instantly share code, notes, and snippets.

@wesleygrimes
Last active February 15, 2022 05:03
Show Gist options
  • Save wesleygrimes/9d9bac862467038229f958b113f6fdf7 to your computer and use it in GitHub Desktop.
Save wesleygrimes/9d9bac862467038229f958b113f6fdf7 to your computer and use it in GitHub Desktop.
Root State
import { MyFeatureStoreState } from './my-feature-store';
import { MyOtherFeatureStoreState } from './my-other-feature-store';
export interface State {
myFeature: MyFeatureStoreState.State;
myOtherFeature: MyOtherFeatureStoreState.State;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment