I have a question regarding the provided TS interfaces. In v.2.2.0 the DetailedActivityResponse got added.
While it's nice to have a non-any API response, the interface leaves out a lot of the attributes that the Strava API call (activities.get) actually returns.
What's the idea here? Is this a stub, or are all omitted attributes deprecated by Strava and should not be used?