From cdea0217745e6b489f44a3251f59727e35549d97 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 04:06:45 +0000 Subject: [PATCH] Update src/components/cardStack/types.ts --- src/components/cardStack/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cardStack/types.ts b/src/components/cardStack/types.ts index c106120..012dee3 100644 --- a/src/components/cardStack/types.ts +++ b/src/components/cardStack/types.ts @@ -18,7 +18,7 @@ export type ButtonAnimationType = any; export type TitleSegment = any; export type TextboxLayout = any; export type InvertedBackground = any; -export type Metric = any; +export type Metric = { id: string; value: string; title: string; items?: string[] }; export interface MetricCardOneGridVariant extends GridVariant {} export interface MetricCardTwoGridVariant extends GridVariant {} -- 2.49.1