3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
import type { PluginInput } from "@opencode-ai/plugin";
|
|
export type OpencodeClient = PluginInput["client"];
|