Interface BasicInsightsMetricData<T>

Interface to represent info about a metric.

Author

Tiago Grosso tiagogrosso99@gmail.com

Since

0.1.0

Type Parameters

  • T

    the type of values.

Hierarchy

  • BasicInsightsMetricData

Properties

description: string

The description of the metric.

id: string

The id of the metric.

name: string

The name of the metric.

period: string

The period of the metric.

title: string

The title of the metric.

values: T

The values of the metric.

Generated using TypeDoc