Files
openclaw/src/plugin-sdk/phone-control.ts
2026-03-29 09:10:38 +01:00

11 lines
348 B
TypeScript

// Narrow plugin-sdk surface for the bundled phone-control plugin.
// Keep this list additive and scoped to the bundled phone-control surface.
export { definePluginEntry } from "./plugin-entry.js";
export type {
OpenClawPluginApi,
OpenClawPluginCommandDefinition,
OpenClawPluginService,
PluginCommandContext,
} from "../plugins/types.js";