who-owns-what icon indicating copy to clipboard operation
who-owns-what copied to clipboard

Remove `as any` type casting in `getIndicatorHistory` APIClient function

Open sraby opened this issue 4 years ago • 0 comments

Our current implementation of getIndicatorHistory in the APIClient uses a typecast to avoid issues with matching types. This should ideally be changed to a valid type definition.

sraby avatar Aug 04 '20 20:08 sraby