Files
2026-06-04 21:02:07 -04:00

8 lines
229 B
TypeScript

// Diffs Language Pack API module exposes the plugin public contract.
export {
definePluginEntry,
type OpenClawPluginApi,
type OpenClawPluginHttpRouteHandler,
type PluginLogger,
} from "openclaw/plugin-sdk/plugin-entry";