From 0308febc2324a3759215dbf92fb61c81db608243 Mon Sep 17 00:00:00 2001 From: pakrym-oai Date: Thu, 9 Oct 2025 10:29:22 -0700 Subject: [PATCH] Remove unused type (#5003) It was never exported --- sdk/typescript/src/items.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sdk/typescript/src/items.ts b/sdk/typescript/src/items.ts index 37563f9a..fa2e0326 100644 --- a/sdk/typescript/src/items.ts +++ b/sdk/typescript/src/items.ts @@ -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 =