From 9819e7f3dae6066285db65478ab30c80a029c481 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:58:48 +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; +}