Skip to content

Fixing wrong type definitions for metrics-related methods

Vinay Rosenberg requested to merge github/fork/adripanico/development into development

Created by: adripanico

The method's returned type was defined as an array with elements of type any, but it actually returns a regular object.

Merge request reports