Files
openclaw/extensions/diffs/api.ts
2026-06-04 21:02:07 -04:00

12 lines
422 B
TypeScript

// Diffs API module exposes the plugin public contract.
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-contracts";
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";