Remove unused type (#5003)

It was never exported
This commit is contained in:
pakrym-oai
2025-10-09 10:29:22 -07:00
committed by GitHub
parent 7b4a4c2219
commit 0308febc23

View File

@@ -102,11 +102,6 @@ export type TodoListItem = {
items: TodoItem[];
};
export type SessionItem = {
id: string;
type: "session";
session_id: string;
};
/** Canonical union of thread items and their type-specific payloads. */
export type ThreadItem =