mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-13 19:10:39 +00:00
12 lines
403 B
TypeScript
12 lines
403 B
TypeScript
// Narrow plugin-sdk surface for the bundled diffs plugin.
|
|
// Keep this list additive and scoped to symbols used under extensions/diffs.
|
|
|
|
export type { OpenClawConfig } from "../config/config.js";
|
|
export { resolvePreferredOpenClawTmpDir } from "../infra/tmp-openclaw-dir.js";
|
|
export type {
|
|
AnyAgentTool,
|
|
OpenClawPluginApi,
|
|
OpenClawPluginConfigSchema,
|
|
PluginLogger,
|
|
} from "../plugins/types.js";
|