Files

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";