fix(core): use static tool type imports (#31170)
This commit is contained in:
parent
660a00d317
commit
807c804c24
2 changed files with 8 additions and 6 deletions
|
|
@ -13,10 +13,11 @@ import { SessionProjector } from "../session/projector"
|
|||
import { SessionStore } from "../session/store"
|
||||
import { ApplicationTools } from "../tool/application-tools"
|
||||
import { Session } from "./session"
|
||||
import { Tool } from "./tool"
|
||||
|
||||
export interface Interface {
|
||||
readonly sessions: Session.Interface
|
||||
readonly tools: import("./tool").Service
|
||||
readonly tools: Tool.Interface
|
||||
}
|
||||
|
||||
/** Intentional public native API for Effect applications embedding OpenCode. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue