Files
openclaw/extensions/phone-control/runtime-api.ts
2026-03-20 15:43:14 +00:00

8 lines
232 B
TypeScript

export { definePluginEntry } from "openclaw/plugin-sdk/plugin-entry";
export type {
OpenClawPluginApi,
OpenClawPluginCommandDefinition,
PluginCommandContext,
OpenClawPluginService,
} from "openclaw/plugin-sdk/plugin-entry";