From b38d9f41581a2049746952f260fc26e65961da41 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:00:28 +0000 Subject: [PATCH] Add src/components/cardStack/layouts/types.ts --- src/components/cardStack/layouts/types.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/components/cardStack/layouts/types.ts diff --git a/src/components/cardStack/layouts/types.ts b/src/components/cardStack/layouts/types.ts new file mode 100644 index 0000000..ffc9524 --- /dev/null +++ b/src/components/cardStack/layouts/types.ts @@ -0,0 +1,4 @@ +export interface TimelineItem { + id: string; + [key: string]: any; +}