mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 13:30:48 +00:00
10 lines
311 B
TypeScript
10 lines
311 B
TypeScript
// Narrow plugin-sdk surface for the bundled copilot-proxy plugin.
|
|
// Keep this list additive and scoped to symbols used under extensions/copilot-proxy.
|
|
|
|
export { definePluginEntry } from "./core.js";
|
|
export type {
|
|
OpenClawPluginApi,
|
|
ProviderAuthContext,
|
|
ProviderAuthResult,
|
|
} from "../plugins/types.js";
|