Files
openclaw/src/plugin-sdk/copilot-proxy.ts
2026-03-04 02:35:12 -05:00

10 lines
335 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 { emptyPluginConfigSchema } from "../plugins/config-schema.js";
export type {
OpenClawPluginApi,
ProviderAuthContext,
ProviderAuthResult,
} from "../plugins/types.js";