Skip to content

Commit

Permalink
Add other tree-related types
Browse files Browse the repository at this point in the history
These are not directly used by other TypeScript files, but I've inferred
them from existing JavaScript files.
  • Loading branch information
victorlin committed Nov 5, 2024
1 parent a1641c6 commit 7566c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reducers/controls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export interface BasicControlsState {
colorBy: string
colorByConfidence: boolean
coloringsPresentOnTree?: Set<string>
coloringsPresentOnTreeWithConfidence?: Set<string>
colorScale?: ColorScale
dateMax: string
dateMaxNumeric: number
Expand Down

0 comments on commit 7566c96

Please sign in to comment.