mirror of https://github.com/openclaw/openclaw.git
10 lines
303 B
TypeScript
10 lines
303 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 type {
|
|
OpenClawPluginApi,
|
|
OpenClawPluginCommandDefinition,
|
|
OpenClawPluginService,
|
|
PluginCommandContext,
|
|
} from "../plugins/types.js";
|