Skip to content

Instantly share code, notes, and snippets.

@alexytiger
Last active December 24, 2019 05:33
Show Gist options
  • Save alexytiger/0fc56f58b7ad9a598810ffae492f2b8f to your computer and use it in GitHub Desktop.
Save alexytiger/0fc56f58b7ad9a598810ffae492f2b8f to your computer and use it in GitHub Desktop.
e-book
export interface AppState {
router: fromRouter.RouterReducerState<any>;
spinner: fromSpinner.SpinnerState;
error: fromError.ErrorState;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment