mirror of
https://github.com/anomalyco/opencode.git
synced 2026-09-07 10:54:37 +00:00
fix(plugin): export Promise ToolEditor
This commit is contained in:
parent
d9c85d8d95
commit
5f1d74fd3f
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export type Info<
|
|||
) => Promise<Tool.Result<Output>>
|
||||
}
|
||||
|
||||
interface ToolEditor {
|
||||
export interface ToolEditor {
|
||||
list(): readonly (Info & { readonly id: string })[]
|
||||
get(id: string): (Info & { readonly id: string }) | undefined
|
||||
namespace(namespace: Tool.Namespace): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue