Skip to content

Instantly share code, notes, and snippets.

@roelofjan-elsinga
Created July 3, 2018 19:26
Show Gist options
  • Save roelofjan-elsinga/7773343c85294f92cbb4db01749a873a to your computer and use it in GitHub Desktop.
Save roelofjan-elsinga/7773343c85294f92cbb4db01749a873a to your computer and use it in GitHub Desktop.
Example IAppState
import {ILanguage} from "./languages";
export interface IAppState {
languages: ILanguage[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment