who-owns-what
who-owns-what copied to clipboard
Remove `as any` type casting in `getIndicatorHistory` APIClient function
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.