Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created August 13, 2019 14:29
Show Gist options
  • Save vsavkin/3b56d776a4e7e4829fa332707ca09c24 to your computer and use it in GitHub Desktop.
Save vsavkin/3b56d776a4e7e4829fa332707ca09c24 to your computer and use it in GitHub Desktop.
export interface TalksState {
ids: string[] | number[];
entities: Dictionary<Talk>
filters: Filters;
watched: { [id: number]: boolean };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment