summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/src/client.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-07-28 22:58:12 -0400
committerDax Raad <[email protected]>2025-07-28 22:58:31 -0400
commit9c9cbb3e8128eeddaec50e9ecf9d5f43519a898b (patch)
tree3e43529bfaaebdb18214a9fe302ef5161dacddff /packages/sdk/src/client.ts
parentc24fbb42926d4fcde9ffddac7e8c4c9b49f52d23 (diff)
downloadopencode-9c9cbb3e8128eeddaec50e9ecf9d5f43519a898b.tar.gz
opencode-9c9cbb3e8128eeddaec50e9ecf9d5f43519a898b.zip
wip: undo properly remove messages from UI
Diffstat (limited to 'packages/sdk/src/client.ts')
-rw-r--r--packages/sdk/src/client.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/sdk/src/client.ts b/packages/sdk/src/client.ts
index 7045719f6..9241bd582 100644
--- a/packages/sdk/src/client.ts
+++ b/packages/sdk/src/client.ts
@@ -46,7 +46,6 @@ import {
FindSymbolsResponse,
FindTextParams,
FindTextResponse,
- Match,
Symbol,
} from './resources/find';
import {
@@ -789,7 +788,6 @@ export declare namespace Opencode {
export {
Find as Find,
- type Match as Match,
type Symbol as Symbol,
type FindFilesResponse as FindFilesResponse,
type FindSymbolsResponse as FindSymbolsResponse,