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

9 lines
296 B
TypeScript

// Phone Control API module exposes the plugin public contract.
export { definePluginEntry } from "openclaw/plugin-sdk/plugin-entry";
export type {
OpenClawPluginApi,
OpenClawPluginCommandDefinition,
PluginCommandContext,
OpenClawPluginService,
} from "openclaw/plugin-sdk/plugin-entry";