mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-22 17:48:11 +00:00
8 lines
193 B
TypeScript
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";
|