diff options
| author | Dax Raad <[email protected]> | 2025-07-28 22:58:12 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-07-28 22:58:31 -0400 |
| commit | 9c9cbb3e8128eeddaec50e9ecf9d5f43519a898b (patch) | |
| tree | 3e43529bfaaebdb18214a9fe302ef5161dacddff /packages/sdk/src/client.ts | |
| parent | c24fbb42926d4fcde9ffddac7e8c4c9b49f52d23 (diff) | |
| download | opencode-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.ts | 2 |
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, |
