Browse Source

feat(31-02): export chat types from central index

- Add chat.ts to type re-export hub
- Follows existing pattern (quickstart, nodes, etc.)
handoff-20260429-1057
shrimbly 6 months ago
parent
commit
e558777a35
  1. 1
      src/types/index.ts

1
src/types/index.ts

@ -13,3 +13,4 @@ export * from "./models";
export * from "./workflow";
export * from "./api";
export * from "./quickstart";
export * from "./chat";

Loading…
Cancel
Save