From e558777a359ef88f5af86ebde5ec58ab7197b5b9 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Mon, 26 Jan 2026 22:40:02 +1300 Subject: [PATCH] feat(31-02): export chat types from central index - Add chat.ts to type re-export hub - Follows existing pattern (quickstart, nodes, etc.) --- src/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/index.ts b/src/types/index.ts index a98a6cc4..f0909b6e 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -13,3 +13,4 @@ export * from "./models"; export * from "./workflow"; export * from "./api"; export * from "./quickstart"; +export * from "./chat";