mirror of https://github.com/openclaw/openclaw.git
10 lines
309 B
TypeScript
10 lines
309 B
TypeScript
// Narrow plugin-sdk surface for the bundled copilot-proxy plugin.
|
|
// Keep this list additive and scoped to the bundled Copilot proxy surface.
|
|
|
|
export { definePluginEntry } from "./plugin-entry.js";
|
|
export type {
|
|
OpenClawPluginApi,
|
|
ProviderAuthContext,
|
|
ProviderAuthResult,
|
|
} from "../plugins/types.js";
|