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 {}