Skip to content

Instantly share code, notes, and snippets.

@HristoKolev
Last active January 5, 2018 18:19
Show Gist options
  • Save HristoKolev/61a3b4c92d984dd7f871a4e4e916320c to your computer and use it in GitHub Desktop.
Save HristoKolev/61a3b4c92d984dd7f871a4e4e916320c to your computer and use it in GitHub Desktop.
export interface IReduxState {
settings: ISettingsState;
session: ISessionState;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment