Skip to content

Instantly share code, notes, and snippets.

@mfp22
Last active October 28, 2017 02:26
Show Gist options
  • Save mfp22/4fdc5ae2ffba1d756b3e014f9197a4a1 to your computer and use it in GitHub Desktop.
Save mfp22/4fdc5ae2ffba1d756b3e014f9197a4a1 to your computer and use it in GitHub Desktop.
export interface State {
items: {[index: number]: Item};
favoriteItems: number[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment