Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Created June 19, 2018 18:12
Show Gist options
  • Save daniele-zurico/e87016f242ad8c7ec02cf640cc20dd1d to your computer and use it in GitHub Desktop.
Save daniele-zurico/e87016f242ad8c7ec02cf640cc20dd1d to your computer and use it in GitHub Desktop.
export const initialState: State = {
isLoading: false,
error: null,
data: [],
next: null,
previous: null,
page: 1
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment