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

8 lines
193 B
TypeScript

// Webhooks API module exposes the plugin public contract.
export {
definePluginEntry,
type OpenClawPluginApi,
type PluginLogger,
type PluginRuntime,
} from "openclaw/plugin-sdk/core";