Skip to content

Instantly share code, notes, and snippets.

@YonathanMeguira
Last active August 19, 2018 06:42
Show Gist options
  • Select an option

  • Save YonathanMeguira/b741393008868bf78f28d740a7ddcb57 to your computer and use it in GitHub Desktop.

Select an option

Save YonathanMeguira/b741393008868bf78f28d740a7ddcb57 to your computer and use it in GitHub Desktop.
Entity.ts
export interface EntityState<E> {
entities: HashMap<E>;
ids: ID[];
loading: boolean;
error: any;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment