Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created August 13, 2019 14:27
Show Gist options
  • Save vsavkin/f9ba4b8dea73dfe363cd288ff9f0ae5d to your computer and use it in GitHub Desktop.
Save vsavkin/f9ba4b8dea73dfe363cd288ff9f0ae5d to your computer and use it in GitHub Desktop.
export interface TalksState extends EntityState<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