TopMetrics🔗Definition🔗export interface TopMetrics { type: unknown; id: string; settings?: { order?: string; orderBy?: string; metrics?: string[]; }; hide?: boolean; } See also🔗 TopMetricsBuilder