8 lines
224 B
TypeScript
Raw Permalink Normal View History

2026-03-19 07:16:56 +00:00
export { definePluginEntry } from "openclaw/plugin-sdk/plugin-entry";
export type {
OpenClawPluginApi,
OpenClawPluginCommandDefinition,
OpenClawPluginService,
PluginCommandContext,
} from "openclaw/plugin-sdk/core";