MetricFindValue🔗Define the MetricFindValue typeDefinition🔗export interface MetricFindValue { text: string; value?: string | number; group?: string; expandable?: boolean; } See also🔗 MetricFindValueBuilder