Files
openclaw/extensions/diffs/api.ts
2026-04-27 14:58:32 +01:00

11 lines
362 B
TypeScript

export type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";
export {
definePluginEntry,
type AnyAgentTool,
type OpenClawPluginApi,
type OpenClawPluginConfigSchema,
type OpenClawPluginToolContext,
type PluginLogger,
} from "openclaw/plugin-sdk/plugin-entry";
export { resolvePreferredOpenClawTmpDir } from "openclaw/plugin-sdk/temp-path";