Skip to content

Instantly share code, notes, and snippets.

@Metnew
Created January 13, 2018 04:24
Show Gist options
  • Save Metnew/b0de320c94688f7dba2ac7751f40b369 to your computer and use it in GitHub Desktop.
Save Metnew/b0de320c94688f7dba2ac7751f40b369 to your computer and use it in GitHub Desktop.
interface State {
 entities: object;
 fetchStatus: ‘none’ | ‘loading’ | ‘loaded’;
 errors: object;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment