mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 14:30:57 +00:00
11 lines
350 B
TypeScript
11 lines
350 B
TypeScript
// Narrow plugin-sdk surface for the bundled phone-control plugin.
|
|
// Keep this list additive and scoped to symbols used under extensions/phone-control.
|
|
|
|
export { definePluginEntry } from "./core.js";
|
|
export type {
|
|
OpenClawPluginApi,
|
|
OpenClawPluginCommandDefinition,
|
|
OpenClawPluginService,
|
|
PluginCommandContext,
|
|
} from "../plugins/types.js";
|